diff --git a/source/blog/tags.html b/source/blog/tags.html index b23524198..a170cb222 100644 --- a/source/blog/tags.html +++ b/source/blog/tags.html @@ -19,7 +19,7 @@ use: {% for tag, posts in data.posts_tags %} - + {{ tag }} diff --git a/source/blog/tags/tag.html b/source/blog/tags/tag.html index 1830f8e16..06ea7229e 100644 --- a/source/blog/tags/tag.html +++ b/source/blog/tags/tag.html @@ -27,7 +27,7 @@ generator: {% for post in page.tag_posts %} - + {{ post.title }}