Skip to content

Commit

Permalink
moooore tag worrrk
Browse files Browse the repository at this point in the history
  • Loading branch information
vavroom committed Mar 11, 2024
1 parent ffb0eb3 commit 9dcc301
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _layouts/tagpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@

<h1>{{ page.tag }}</h1>

All posts tagged with {{ page.tag }}.

<ul>
{% for post in site.tags[page.tag] %}
<li>
{{ post.date | date: "%B %d, %Y" }}: <a href="{{ post.url }}">{{ post.title }}</a>
<a href="{{ post.url }}">{{ post.title }}</a> - {{ post.date | date: "%B %d, %Y" }}:
</li>
{% endfor %}
</ul>
1 change: 1 addition & 0 deletions tags/Handmade-Quilt.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: tagpage
tag: Handmade-Quilt
title Posts tagged with Handmade Quilt
---

0 comments on commit 9dcc301

Please sign in to comment.