diff --git a/src/templates/index.html b/src/templates/index.html index 6528591..40a8f25 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -3,7 +3,7 @@ - {{ postcontent["title"] if page == "posts" else page }} + {{ postcontent["title"] if page == "posts" else "%s%s" % (page[0].upper(), page[1:]) }}