--- layout: page title: Tag Archive description: "An archive of posts sorted by tag." comments: false breadcrumb: true --- {% capture site_tags %}{% for tag in site.tags %}{{ tag | first }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %} {% assign tags_list = site_tags | split:',' | sort %}