From 2ca5c15e5854b9467aad60b817f3b2d003efb216 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 31 May 2018 11:31:29 +0200 Subject: [PATCH] Fix link styling --- source/blog/tags.html | 2 +- source/blog/tags/tag.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}