aboutsummaryrefslogtreecommitdiff
path: root/templates/posts.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/posts.html')
-rw-r--r--templates/posts.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/posts.html b/templates/posts.html
index cb6c14b..169c75d 100644
--- a/templates/posts.html
+++ b/templates/posts.html
@@ -1,9 +1,9 @@
{% extends "base.html" %}
{% block content %}
-<h1 class="title">
+<h3 class="title">
{{ section.title }}
-</h1>
+</h3>
<ul>
{% for page in section.pages %}
<li><a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>