From 86f7a15a2843f8c207124345d13969fb05ecc611 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 5 Nov 2025 09:33:23 +0100 Subject: Move themes files into the root directory --- themes/templates/tag.html | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 themes/templates/tag.html (limited to 'themes/templates/tag.html') diff --git a/themes/templates/tag.html b/themes/templates/tag.html deleted file mode 100644 index a9566c7..0000000 --- a/themes/templates/tag.html +++ /dev/null @@ -1,9 +0,0 @@ -

Alle Posts mit Tag: $title$

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