--- layout: menu-page title: Tags permalink: tags:output_ext --- {% include calculate_relative_base.html %} {% include get-site-tags.html %}

tags

{% include tag_cloud.html %}
{% for item in (0..site.tags.size) %}{% unless forloop.last %} {% capture this_word %}{{ tag_words[item] | strip_newlines }}{% endcapture %}
{% for post in site.tags[this_word] %}{% if post.title != null %} {% include remove_double_slash.html %}
{{ post.title }} {% include post_meta.html type="post-card-meta" %}
{% endif %}{% endfor %}
{% endunless %}{% endfor %}