aboutsummaryrefslogtreecommitdiff
path: root/templates/posts.html
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2026-03-23 10:59:35 -0500
committerfoswret <foswret@posteo.com>2026-03-23 10:59:35 -0500
commit91c4cd062960cfc9f81e4816c58844aa8413745d (patch)
treece7c5a485152e9eac9f5e47cff5885134f202c5a /templates/posts.html
parentb1c4ed512419798d876e05fe77ef94401db32935 (diff)
change style.css, change navbar font style & structure
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>