summaryrefslogtreecommitdiff
path: root/templates/blog-post.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/blog-post.html')
-rw-r--r--templates/blog-post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog-post.html b/templates/blog-post.html
index 7a24d02..9515768 100644
--- a/templates/blog-post.html
+++ b/templates/blog-post.html
@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% block body %}
-<h1>{{ title }}</h1>
+<h2>{{ title }}</h2>
{{ html|safe }}
{% endblock %}