We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b39f0 commit 49e3778Copy full SHA for 49e3778
_includes/trending-tags.html
@@ -37,7 +37,7 @@
37
<section>
38
<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 tag teste %}
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