diff --git a/index.py b/index.py index db70ae5..7fa11c8 100644 --- a/index.py +++ b/index.py @@ -49,7 +49,7 @@ def page(page): if os.path.isfile(md): body = read_md(md) - return render_template(html, body=body) + return render_template(html, body=body, page=page.capitalize()) else: return not_found() diff --git a/templates/page_en.html b/templates/page_en.html index cf60c06..3a2155d 100644 --- a/templates/page_en.html +++ b/templates/page_en.html @@ -2,7 +2,7 @@ - Augusto Gunsch + Augusto Gunsch | {{ page }}