small edit footer

This commit is contained in:
arcan1s 2014-01-20 03:55:32 +04:00
parent 29a4c49823
commit a1605ad47d
2 changed files with 18 additions and 15 deletions

View File

@ -1,5 +1,7 @@
<p>
<span class='st_vkontakte'></span> <span class='st_vkontakte'></span>
<span class='st_facebook'></span> <span class='st_facebook'></span>
<span class='st_twitter'></span> <span class='st_twitter'></span>
<span class='st_googleplus'></span> <span class='st_googleplus'></span>
<span class='st_livejournal'></span><br> <span class='st_livejournal'></span>
</p>

View File

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