From 3ddddee217aee1a352384ce3fefdb598cfb27439 Mon Sep 17 00:00:00 2001 From: southerntofu Date: Sun, 29 Mar 2020 19:15:40 +0200 Subject: [PATCH] Article title is h1 --- templates/page.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/templates/page.html b/templates/page.html index 050d2a3..52e9563 100644 --- a/templates/page.html +++ b/templates/page.html @@ -4,13 +4,8 @@ {% block main %}
-

{{ page.title }}

+

{{ page.title }}

{%- if page.date -%}{%- endif -%}
{{ page.content | safe }}
- {% if config.extra.forge %} - - {% endif %}
{% endblock %}