We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07281f0 commit 4e24c77Copy full SHA for 4e24c77
_includes/trending-tags.html
@@ -35,9 +35,9 @@
35
36
{% if trending_tags.size > 0 %}
37
<section>
38
- <h2 class="panel-heading">{{- site.data.locales[include.lang].panel.Tags_de_tendências -}}</h2>
+ <h2 class="panel-heading">{{- site.data.locales[include.lang].panel.trending_tags -}}</h2>
39
<div class="d-flex flex-wrap mt-3 mb-1 me-3">
40
- {% for tag_name in trending_tags %}
+ {% for tag_name in Tags_de_tendências %}
41
{% assign url = tag_name | slugify | url_encode | prepend: '/tags/' | append: '/' %}
42
<a class="post-tag btn btn-outline-primary" href="{{ url | relative_url }}">{{ tag_name }}</a>
43
{% endfor %}
0 commit comments