diff options
author | HombreLaser <buran@silosneeded.com> | 2025-06-07 21:36:02 -0600 |
---|---|---|
committer | HombreLaser <buran@silosneeded.com> | 2025-06-07 21:36:02 -0600 |
commit | 8cd7fc6b2d04ca7e77761d45719a6ba1c0b0539e (patch) | |
tree | b16faf67ef940c87974a8215924a1b028b46fb2c | |
parent | 615cc99bdfa5ed32ef4f44fdc6c31697d75ebd1d (diff) |
Delete tag_archive.html
-rw-r--r-- | _layouts/tag_archive.html | 11 |
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> |