Skip to content

Commit 1e25eb4

Browse files
authored
Update trending-tags.html
1 parent 49e3778 commit 1e25eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/trending-tags.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<section>
3838
<h2 class="panel-heading">{{- site.data.locales[include.lang].panel.trending_tags -}}</h2>
3939
<div class="d-flex flex-wrap mt-3 mb-1 me-3">
40-
{% for tag_name in tag teste %}
40+
{% for tag_name in tag_teste %}
4141
{% assign url = tag_name | slugify | url_encode | prepend: '/tags/' | append: '/' %}
4242
<a class="post-tag btn btn-outline-primary" href="{{ url | relative_url }}">{{ tag_name }}</a>
4343
{% endfor %}

0 commit comments

Comments
 (0)