Skip to content

Commit 4e24c77

Browse files
authored
Update trending-tags.html
1 parent 07281f0 commit 4e24c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/trending-tags.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535

3636
{% if trending_tags.size > 0 %}
3737
<section>
38-
<h2 class="panel-heading">{{- site.data.locales[include.lang].panel.Tags_de_tendências -}}</h2>
38+
<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 trending_tags %}
40+
{% for tag_name in Tags_de_tendências %}
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)