diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-10-14 19:15:51 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-10-14 19:15:51 +0200 |
| commit | 8a2dadcd2572fb5f472c91e8bc3957882fa48320 (patch) | |
| tree | a982606db7fc2373994c645fa310d925dfcaac7c /themes/templates/blog.html | |
| download | flevum-8a2dadcd2572fb5f472c91e8bc3957882fa48320.tar.gz | |
Open the blog
Diffstat (limited to 'themes/templates/blog.html')
| -rw-r--r-- | themes/templates/blog.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/templates/blog.html b/themes/templates/blog.html new file mode 100644 index 0000000..6f5c48d --- /dev/null +++ b/themes/templates/blog.html @@ -0,0 +1,7 @@ +<section class="post-list"> + $for(posts)$ + $partial("_includes/components/post.html")$ + $endfor$ +</section> + +$partial("_includes/components/pagination.html")$ |
