aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Peli-Kiera/templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Peli-Kiera/templates/page.html b/Peli-Kiera/templates/page.html
index 65ee958..b5e56cf 100644
--- a/Peli-Kiera/templates/page.html
+++ b/Peli-Kiera/templates/page.html
@@ -6,7 +6,7 @@
{% block content %}
<main>
<section>
- <h2>{{ page.title }}</h2>
+ <h1>{{ page.title }}</h1>
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(page) }}
{{ page.content }}