small edit of text

+ added include/singature
- fix bug with russian pages with comments
- fix image with eng papers
This commit is contained in:
arcan1s
2014-01-20 04:22:44 +04:00
parent a1605ad47d
commit b88b8a9ec1
6 changed files with 70 additions and 70 deletions

View File

@ -39,23 +39,7 @@
{% if page.share == true %}
{% include footer_sharethis.html %}
{% endif %}
<p>
{% if page.category == "ru" %}
{% if page.type == "paper" %}
<a href="{{ page.url | replace: '/ru/', '/en/' }}"><img src="/resources/en.png"></a>
{% else %}
<a href="{{ page.url | replace: '/ru/', '/' }}"><img src="/resources/en.png"></a>
{% endif %}
<small>Расположено на GitHub Pages. <a href="/ru/authors">Авторы</a></small>
{% else %}
{% if page.type == "paper" %}
<a href="{{ page.url | replace: '/en/', '/ru/' }}"><img src="/resources/en.png"></a>
{% else %}
<a href="/ru{{ page.url }}"><img src="/resources/ru.png"></a>
{% endif %}
<small>Hosted on GitHub Pages. <a href="/authors">Authors</a></small>
{% endif %}
</p>
{% include footer_sign.html %}
</footer>
</div>
<script src="/resources/js/scale.fix.js"></script>