diff --git a/tags.html b/tags.html new file mode 100644 index 0000000..2140573 --- /dev/null +++ b/tags.html @@ -0,0 +1,27 @@ +--- +title: Tags +permalink: /tags/ +layout: page +excerpt: Sorted article by tags. +--- + +
+ +{%- for tag in site.tags -%} + {%- capture name -%}{{ tag | first }}{%- endcapture -%} +