--- layout: default --- {% capture page_subtitle %} {% if page.description %} {% capture desc %}{{ page.description }}{% endcapture %} {{ desc | markdownify }} {% else %} Articles tagged with ‘#{{ page.name }}’ {% endif %} {% endcapture %} {% include page/title.html title=page.name subtitle=page_subtitle %} {% if site.tags[page.slug] %} {% for post in site.tags[page.slug] %} {% assign currentdate = post.date | date: "%Y/%m" %} {% if currentdate != date %} {% unless forloop.first %} {% endunless %}
There are no posts in this tag.
{% endif %} {% include utils/tag-box.html %}