—¶ ↑
Tags¶ ↑
<section class=“tag-list”> {% assign tags = site.tags | sort %} {% for tag in tags %} {% if tag.size > 1 %} <hr /> {% assign id = tag | replace: ' ', '-' %} <a href=“#{{ id }}”><h2 id=“{{ id }}”>#{{ tag }}</h2></a> {% assign posts = tag | sort | reverse %} {% for post in posts %} {% unless post.hidden %} {% include featured.html post=post %} {% endunless %} {% endfor %} {% endif %} {% endfor %} </section>