make tags less visually strong

This commit is contained in:
Dean Attali 2020-09-12 21:35:18 +00:00
parent bb7ddee453
commit 9827abc40e
3 changed files with 14 additions and 7 deletions

View file

@ -78,7 +78,7 @@ layout: page
{% if site.feed_show_tags != false and post.tags.size > 0 %}
<div class="blog-tags">
Tags:
<span>Tags:</span>
{% for tag in post.tags %}
<a href="{{ '/tags' | absolute_url }}#{{- tag -}}">{{- tag -}}</a>
{% endfor %}

View file

@ -45,7 +45,7 @@ layout: base
{% if page.tags.size > 0 %}
<div class="blog-tags">
Tags:
<span>Tags:</span>
{% for tag in page.tags %}
<a href="{{ '/tags' | relative_url }}#{{- tag -}}">{{- tag -}}</a>
{% endfor %}