Deactivate making tags to filter links

This commit is contained in:
davegson 2019-09-13 17:49:04 +02:00
parent d668d681c2
commit 8367c6f5ca
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ subheading: "Announcements and things we'd like to share"
</div> </div>
<div class="tags"> <div class="tags">
{% for tag in page.tags %} {% for tag in page.tags %}
<a href="{{ site.base_url }}blog/tags/#{{ tag }}" class="stealth-href"><i class="fa fa-tag fa-flip-horizontal"></i> {{ tag }}</a> <div class="stealth-href"><i class="fa fa-tag fa-flip-horizontal"></i> {{ tag }}</div>
{% endfor %} {% endfor %}
</div> </div>

View file

@ -5,7 +5,7 @@
} }
.tags { .tags {
> a { > a, > div {
display: inline-block; display: inline-block;
background-color: $color_gallery_approx; background-color: $color_gallery_approx;
border-radius: 3px; border-radius: 3px;