fixes english links
This commit is contained in:
parent
1da6926b92
commit
9307cbdff5
3 changed files with 8 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<ul class="title-list">
|
||||
{% for page in pages %}
|
||||
<li>
|
||||
<a href="{{ page.permalink | safe }}">{{ page.date ~ "// " ~ page.title }}</a>
|
||||
<a href="{{ get_url(path=page.path, lang=lang) | safe }}">{{ page.date ~ "// " ~ page.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue