mirror of
https://github.com/welpo/tabi.git
synced 2026-02-15 23:57:19 +01:00
feat(article-links): Replace ‹/› by ←/→
This commit is contained in:
parent
c9d6b62907
commit
c7bc4a537a
1 changed files with 2 additions and 2 deletions
|
|
@ -139,12 +139,12 @@
|
|||
<nav class="{{ full_width_class | default(value="") }} article-navigation">
|
||||
<div>
|
||||
{%- if page.lower -%}
|
||||
<a href="{{ page.lower.permalink | safe }}">‹ {{ page.lower.title | truncate(length=100) }}</a>
|
||||
<a href="{{ page.lower.permalink | safe }}">← {{ page.lower.title | truncate(length=100) }}</a>
|
||||
{%- endif -%}
|
||||
</div>
|
||||
<div>
|
||||
{%- if page.higher -%}
|
||||
<a href="{{ page.higher.permalink | safe }}"> {{ page.higher.title | truncate(length=100) }} ›</a>
|
||||
<a href="{{ page.higher.permalink | safe }}"> {{ page.higher.title | truncate(length=100) }} →</a>
|
||||
{%- endif -%}
|
||||
</div>
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue