mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 15:27:17 +00:00
6 lines
188 B
HTML
6 lines
188 B
HTML
{% if page.category == "ru" %}
|
|
<p class="view"><a href="/ru" title="Главная">Главная</a></p>
|
|
{% else %}
|
|
<p class="view"><a href="/" title="Home">Home</a></p>
|
|
{% endif %}
|