Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 695 Bytes

tags.md

File metadata and controls

23 lines (18 loc) · 695 Bytes
layout title permalink
default
Tags
/tags/

{% capture site_tags %}{% for tag in site.tags %}{{ tag | first }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %}

{% assign tag_words = site_tags | split:',' | sort %}