~xdavidwu/xdavidwu.link

d3e08eb2b687388b48a5b6ced865d857cb0fcf24 — Michael Rose 8 years ago 0e385be
Slugify tags
1 files changed, 1 insertions(+), 1 deletions(-)

M _pages/tag-archive.html
M _pages/tag-archive.html => _pages/tag-archive.html +1 -1
@@ 10,7 10,7 @@ author_profile: false

{% for tag in group_names %}
  {% assign posts = group_items[forloop.index0] %}
  <h2 id="{{ tag | downcase }}" class="archive__subtitle">{{ tag }}</h2>
  <h2 id="{{ tag | slugify }}" class="archive__subtitle">{{ tag }}</h2>
  {% for post in posts %}
    {% include archive-single.html %}
  {% endfor %}