diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-11-05 09:33:23 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-11-05 09:33:23 +0100 |
| commit | 86f7a15a2843f8c207124345d13969fb05ecc611 (patch) | |
| tree | d0850ce1f334093f70a06eec5de97fb8b54372c2 /themes/templates/tag.html | |
| parent | 80e0fe22d28687f3599a949f1a4d29171b12b20f (diff) | |
| download | flevum-86f7a15a2843f8c207124345d13969fb05ecc611.tar.gz | |
Move themes files into the root directory
Diffstat (limited to 'themes/templates/tag.html')
| -rw-r--r-- | themes/templates/tag.html | 9 |
1 files changed, 0 insertions, 9 deletions
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 @@ -<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")$
|
