summaryrefslogtreecommitdiff
path: root/templates/blog-post.html
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-08-07 15:27:16 +0300
committerYuval Adam <_@yuv.al>2017-08-07 15:27:16 +0300
commit9d0a78bd95d3efdf6085581876b608d20d697eab (patch)
treedc57cfbb15d781205e17aa73df157b00c5dbc86d /templates/blog-post.html
parentbfed87461985a50898d0a00147d0147b59265a23 (diff)
Add intro blog post and logo in header
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 %}