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

@ -6,7 +6,7 @@
<p>{{ section.description }}</p>
<small>
<a class="link-page" href="{{ config.base_url }}/tags">Filter by tag</a>
<a class="link-page" href="{{ get_url(path='tags') }}">Filter by tag</a>
<br />
From newest to oldest ↓
</small>