From 8a2dadcd2572fb5f472c91e8bc3957882fa48320 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 14 Oct 2025 19:15:51 +0200 Subject: Open the blog --- themes/templates/tag.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 themes/templates/tag.html (limited to 'themes/templates/tag.html') 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 @@ +

Alle Posts mit Tag: $title$

+ +
+ $for(posts)$ + $partial("_includes/components/post.html")$ + $endfor$ +
+ +$partial("_includes/components/pagination.html")$ -- cgit v1.2.3