Move pelican site to obsolete-pelican subdirectory. Copy site-opengamestudio en/ru and index here

This commit is contained in:
2019-04-16 12:08:01 +03:00
parent cee5f32abc
commit 1153ee861b
524 changed files with 19708 additions and 533 deletions

View File

@@ -0,0 +1,16 @@
<p class="subheader">Category: <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>
{% if article.tags %}
Tagged:
{% for tag in article.tags %}
<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }} </a>
{% endfor %}
{% endif %}
</p>
{% if PDF_PROCESSOR %}<p><a href="{{ SITEURL }}/pdf/{{ article.slug }}.pdf">PDF</a></p>{% endif %}
{#
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(article) }}
#}