diff options
| author | foswret <foswret@posteo.com> | 2026-03-23 10:59:35 -0500 |
|---|---|---|
| committer | foswret <foswret@posteo.com> | 2026-03-23 10:59:35 -0500 |
| commit | 91c4cd062960cfc9f81e4816c58844aa8413745d (patch) | |
| tree | ce7c5a485152e9eac9f5e47cff5885134f202c5a /templates/posts.html | |
| parent | b1c4ed512419798d876e05fe77ef94401db32935 (diff) | |
change style.css, change navbar font style & structure
Diffstat (limited to 'templates/posts.html')
| -rw-r--r-- | templates/posts.html | 4 |
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> |
