Correctly localized link "Back to news"
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
b2e4f8bb82
commit
6db2c4fd3e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
{% endfor %}
|
||||
|
||||
<div class="back_to_news">
|
||||
<a href="/news/">{{ trans(key='back') }}</a>
|
||||
<a href="{{ get_url(path="@/news/_index.md", lang=lang) }}">{{ trans(key='back', lang=lang) }}</a>
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Add table
Reference in a new issue