css and posts

This commit is contained in:
2026-01-25 20:28:13 -05:00
parent 552cad6b4a
commit a2ce84707d
18 changed files with 264 additions and 173 deletions

View File

@@ -1,4 +1,7 @@
<div>
<h2>{{ post.title }}</h2>
{{ post.summary }}
</div>
<a href="/posts/{{ post.slug }}">
<div class="postpreview">
<h2>{{ post.title }}</h2>
<img src="{{ post.preview_image }}">
{{ post.summary }}
</div>
</a>