chages with ru pages

This commit is contained in:
arcan1s
2014-01-16 21:42:36 +04:00
parent 1c25bfbd40
commit 6db23cb986
20 changed files with 110 additions and 45 deletions

View File

@ -1 +1,5 @@
<p class="view"><a href="/">Back to Homepage</a></p>
{% if page.category == "ru" %}
<p class="view"><a href="/ru">Домашняя страница</a></p>
{% else %}
<p class="view"><a href="/">Back to Homepage</a></p>
{% endif %}