diff --git a/_includes/tags.html b/_includes/tags.html index a2f64fe..c938a25 100644 --- a/_includes/tags.html +++ b/_includes/tags.html @@ -1,5 +1,5 @@

-🏷 +🏷 {% capture temp_tags %} {% for tag in site.tags %} @@ -10,7 +10,7 @@ {% for temp_tag in sorted_temp_tags %} {% assign tag_items = temp_tag | split: '#' %} {% capture tag_name %}{{ tag_items[1] }}{% endcapture %} - {{ tag_name }} + {{ tag_name }} {% endfor %}

\ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index ca073e5..9b85acf 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,7 +2,6 @@ - {{ page.title }} @@ -29,6 +28,7 @@