summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/tag_archive.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/_layouts/tag_archive.html b/_layouts/tag_archive.html
deleted file mode 100644
index 2aec49d..0000000
--- a/_layouts/tag_archive.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% include header.liquid %}
-
-<h1>Archive of posts with {{ page.type }} '{{ page.title }}'</h1>
-<ul class="posts">
- {% for post in page.posts %}
- <li>
- <span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span>
- <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title }}</a>
- </li>
- {% endfor %}
-</ul>