summaryrefslogtreecommitdiff
path: root/themes/templates/tag.html
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-10-14 19:15:51 +0200
committerEugen Wissner <belka@caraus.de>2025-10-14 19:15:51 +0200
commit8a2dadcd2572fb5f472c91e8bc3957882fa48320 (patch)
treea982606db7fc2373994c645fa310d925dfcaac7c /themes/templates/tag.html
downloadflevum-8a2dadcd2572fb5f472c91e8bc3957882fa48320.tar.gz
Open the blog
Diffstat (limited to 'themes/templates/tag.html')
-rw-r--r--themes/templates/tag.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/templates/tag.html b/themes/templates/tag.html
new file mode 100644
index 0000000..a9566c7
--- /dev/null
+++ b/themes/templates/tag.html
@@ -0,0 +1,9 @@
+<h1 class="post-lists-title">Alle Posts mit Tag: <span>$title$</span></h1>
+
+<section class="post-list">
+ $for(posts)$
+ $partial("_includes/components/post.html")$
+ $endfor$
+</section>
+
+$partial("_includes/components/pagination.html")$