diff options
Diffstat (limited to 'tuxlite_zf/templates/page.html')
-rw-r--r-- | tuxlite_zf/templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tuxlite_zf/templates/page.html b/tuxlite_zf/templates/page.html index 7614c61..6c40e4b 100644 --- a/tuxlite_zf/templates/page.html +++ b/tuxlite_zf/templates/page.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %}{{ page.title }}{% endblock %} {% block content %} - <h1>{{ page.title }}</h1> + <h3>{{ page.title }}</h3> {% import 'translations.html' as translations with context %} {{ translations.translations_for(page) }} {% if PDF_PROCESSOR %}<a href="{{ SITEURL }}/pdf/{{ page.slug }}.pdf">PDF</a>{% endif %} |