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:
parent
464a7811b3
commit
f3dbb23915
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue