Skip to content

Commit 95e10df

Browse files
committed
tags in place with pages for each tag manually
1 parent e8ebdda commit 95e10df

File tree

11 files changed

+112
-513
lines changed

11 files changed

+112
-513
lines changed

_layouts/tag_index.html

-21
This file was deleted.

_layouts/tag_index.html~

-21
This file was deleted.

_layouts/tagpage.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: default
3+
---
4+
5+
<h1>{{ page.tag }}</h1>
6+
7+
<ul>
8+
{% for post in site.tags[page.tag] %}
9+
<li>
10+
{{ post.date | date: "%B %d, %Y" }}: <a href="{{ post.url }}">{{ post.title }}</a>
11+
</li>
12+
{% endfor %}
13+
</ul>

_site/tag/art/index.html

-162
This file was deleted.

_site/tag/consumption/index.html

-126
This file was deleted.

0 commit comments

Comments
 (0)