aboutsummaryrefslogtreecommitdiff
path: root/themes/templates/tag.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/templates/tag.html')
-rw-r--r--themes/templates/tag.html9
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")$