diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-07 15:27:16 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-07 15:27:16 +0300 |
| commit | 9d0a78bd95d3efdf6085581876b608d20d697eab (patch) | |
| tree | dc57cfbb15d781205e17aa73df157b00c5dbc86d /templates/blog-post.html | |
| parent | bfed87461985a50898d0a00147d0147b59265a23 (diff) | |
Add intro blog post and logo in header
Diffstat (limited to 'templates/blog-post.html')
| -rw-r--r-- | templates/blog-post.html | 2 |
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 %} |
