diff --git a/_layouts/post.html b/_layouts/post.html index cd95734..f571c65 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -23,7 +23,7 @@ layout: default {%- if tags != "" %}   ·   {% for tag in page.tags -%} - + {{ tag }}   {% endfor -%} {% endif %} @@ -31,7 +31,7 @@ layout: default {%- if categories != "" %}   ·   {% for category in page.categories -%} - + {{ category }}   {% endfor -%} {% endif %} diff --git a/blog/index.html b/blog/index.html index 2cdce8b..35aaaa0 100644 --- a/blog/index.html +++ b/blog/index.html @@ -25,7 +25,7 @@ pagination: