mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Deactivate making tags to filter links
This commit is contained in:
parent
d668d681c2
commit
8367c6f5ca
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ subheading: "Announcements and things we'd like to share"
|
|||
</div>
|
||||
<div class="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 %}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
}
|
||||
|
||||
.tags {
|
||||
> a {
|
||||
> a, > div {
|
||||
display: inline-block;
|
||||
background-color: $color_gallery_approx;
|
||||
border-radius: 3px;
|
||||
|
|
Loading…
Add table
Reference in a new issue