Skip to content
Snippets Groups Projects
Commit f91bf6ca authored by chrissi^'s avatar chrissi^
Browse files

theme: Fix H1 on RST pages


Signed-off-by: default avatarChris Fiege <chris@tinyhost.de>
parent d440bd93
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
{% block content %}
<div class="container" >
<h2>{{ content.content_title }}</h2>
<h1>{{ content.content_title }}</h1>
{% if content.date is not none%}
<p>
<em>{{ content.date }}</em>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment