From 8367c6f5ca91a1cd50158813b0e91298fba7591c Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Fri, 13 Sep 2019 17:49:04 +0200 Subject: [PATCH] Deactivate making tags to filter links --- _layouts/post.html | 2 +- _sass/_post.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index fc3c6a9..644f725 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -11,7 +11,7 @@ subheading: "Announcements and things we'd like to share"
{% for tag in page.tags %} - {{ tag }} +
{{ tag }}
{% endfor %}
diff --git a/_sass/_post.scss b/_sass/_post.scss index 37bd7e6..b007e3a 100644 --- a/_sass/_post.scss +++ b/_sass/_post.scss @@ -5,7 +5,7 @@ } .tags { - > a { + > a, > div { display: inline-block; background-color: $color_gallery_approx; border-radius: 3px;