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;