Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 178 Bytes

admin.md

File metadata and controls

8 lines (7 loc) · 178 Bytes
layout
page

{% highlight bash %} {% for tag in site.tags %} echo '---\nlayout: tag_index\ntag: {{ tag[0] }} \n---' > '{{ tag[0] }}.md' &{% endfor %} {% endhighlight %}