diff options
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index ce0155e..8058656 100644 --- a/templates/page.html +++ b/templates/page.html @@ -3,6 +3,5 @@ {{ config.title }} | {{ page.title }} {% endblock title %} {% block content %} - <center><h3> {{ page.title }} </h3></center> {{ page.content | safe }} {% endblock content %} |