1
0
Fork 0
mirror of https://github.com/netz39/www.netz39.de.git synced 2025-06-06 02:26:02 +02:00

fix(tags_list): replace page.baseurl with page.url

This commit is contained in:
0ry5 2025-05-01 11:58:41 +02:00
parent 464a7811b3
commit f3dbb23915

View file

@ -10,7 +10,7 @@
{% endif %} {% endif %}
{% for tag in tags %} {% for tag in tags %}
<li><a class="button" href="{% unless 'Tags' == page.title %}{{ site.baseurl }}/tags{% endunless %}#{{ tag | cgi_escape }}"> <li><a class="button" href="{% unless 'Tags' == page.title %}{{ site.url }}/tags{% endunless %}#{{ tag | cgi_escape }}">
<p><i class="fas fa-tag fa-fw fa-sm"></i> {{ tag }}</p> <p><i class="fas fa-tag fa-fw fa-sm"></i> {{ tag }}</p>
</a></li> </a></li>
{% endfor %} {% endfor %}