feat: base_url -> get_url
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user