{{ post.title }}
{% else %}{{ post.title }}
{{ post.excerpt | markdownify | strip_html | strip_newlines | escape_once }}
{% endif %}--- layout: archive permalink: /tag-archive/ title: "Posts by Tags" --- {% include absolute-url.liquid %} {% capture site_tags %}{% for tag in site.tags %}{{ tag | first }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %} {% assign tag_list = site_tags | split:',' | sort %} {% for item in (0..site.tags.size) %}{% unless forloop.last %} {% capture tag_name %}{{ tag_list[item] | strip_newlines }}{% endcapture %}
{{ post.excerpt | markdownify | strip_html | strip_newlines | escape_once }}
{% endif %}