Several new stories.

This commit is contained in:
Simon Brooke 2026-08-27 09:02:33 +01:00
parent d82ba64158
commit f2328945d0
8 changed files with 172 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<div id="post">
{% for post in posts %}
<div class="post-header">
<a href="{{post.uri}}"><h2>{{post.title}}</h2></a>
<a href="{{post.uri}}"><h1>{{post.title}}</h1></a>
<div id="post-meta">
{% if post.author %}
<div class="author">{{post.author}}</div>