Fix gemini about page

This commit is contained in:
Matthias Portzel 2022-05-07 17:11:11 -04:00
parent 93d7966db5
commit 2e56e8b6ee
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def index(request):
@app.route("/about", strict_trailing_slash=False)
def about(request):
return Response(Status.SUCCESS, "text/gemini", render_to_string("whispermaphone/about.gmi"))
return Response(Status.SUCCESS, "text/gemini", render_to_string("thoughts/about.gmi"))
if __name__ == "__main__":