feat: base_url -> get_url

This commit is contained in:
daudix-UFO
2023-12-25 05:45:07 +03:00
parent ff88bdb6d4
commit 9bf3e34a61
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
{% block content %}
<h1>Posts with tag “{{ term.name }}”</h1>
<small>
<a class="link-page" href="{{ config.base_url }}/tags">See all tags</a>
<a class="link-page" href="{{ get_url(path='tags') }}">See all tags</a>
<br />
{{ term.pages | length }} posts in total
</small>