Skip to content

Commit

Permalink
feat: remove unnecessary link for keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
GraysonLiu23 committed Apr 17, 2024
1 parent 6086564 commit e51b739
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _includes/tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@
{% endif %}
>
{% for tag in tags %}
<a
<spans class="tag">
{{ tag }}
</spans>
<!-- <a
href="{{ link }}?search=&quot;tag: {{ tag }}&quot;"
class="tag"
data-tooltip="Show items with the tag &quot;{{ tag }}&quot;"
>
{{ tag }}
</a>
</a> -->
{% endfor %}
</div>
{% endif %}

0 comments on commit e51b739

Please sign in to comment.