add support of dev docs to projects

add dev docs to some projects
This commit is contained in:
arcan1s
2014-07-30 19:32:13 +04:00
parent 3fb767e3cd
commit c054b4b712
279 changed files with 15326 additions and 43 deletions

View File

@ -1,6 +1,6 @@
<p>
{% if page.category == "ru" %}
{% if page.hasTr == true %}
{% if page.hastr == true %}
{% if page.type == "paper" %}
<a href="{{ page.url | replace: '/ru/', '/en/' }}" title="Page in English">
{% else %}
@ -11,7 +11,7 @@
{% endif %}
<small>Расположено на GitHub Pages. <a href="/ru/authors" title="Авторы">Авторы</a></small>
{% else %}
{% if page.hasTr == true %}
{% if page.hastr == true %}
{% if page.type == "paper" %}
<a href="{{ page.url | replace: '/en/', '/ru/' }}" title="Page in Russian">
{% else %}