diff --git a/_layouts/post.html b/_layouts/post.html
index 2e8f16e..f7753aa 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -37,7 +37,7 @@ layout: compress
{% for tag in tags %}
{{tag | upcase }}{% unless forloop.last %},{% endunless %}
+ href="/tags/#{{tag | downcase | slugify}}">{{tag | downcase }}{% unless forloop.last %},{% endunless %}
{% endfor %}
diff --git a/_sass/bangsring/_page.scss b/_sass/bangsring/_page.scss
index 9cd5e86..8f854d0 100644
--- a/_sass/bangsring/_page.scss
+++ b/_sass/bangsring/_page.scss
@@ -71,12 +71,11 @@
line-height: 1;
font-weight: 800;
display: inline-block;
- font-size: $small-font-size - 4;
- border-bottom: 0;
+ font-size: $small-font-size - 2;
+ border-bottom: 2px solid $light;
&:hover {
color: $black;
- border-color: $black;
}
}
}