diff --git a/theme.html b/theme.html new file mode 100644 index 0000000..963e163 --- /dev/null +++ b/theme.html @@ -0,0 +1,258 @@ +{% set skiptags = ['etc', 'review', 'quick-tip'] %} + {{ header_meta }} + {% if is_login %} {{ login_form }} {% else %} + + + + +
+
+
+ {% if pages %} + + + {% endif %} + + + {% if site.tags %} + +
+

Посмотреть последние записи по тегу:

{% for tag in site.tags %} {% if tag not in skiptags %}{% endif %} #{{ tag.name }} {% endfor %} +
{% endif %} + +
+ {% if is_home or is_tag %} {% if is_tag %} + +

peПоказаны последние посты с тегом {{ tag }}:

{% endif %} {% if posts %} +
+ {% for post in posts %} +
+
+

{{ post.title }}

+ + +
+
+
+ {{ post.content }} + {% if post.type == 'link' or post.type == 'webclip' %} {% endif %} Читать полностью +
+
+
{% endfor %} +
+ {% else %} +
+

Пока нет постов :(

+
{% endif %} {% if not is_tag and posts %} + {% if pagination.next or pagination.prev %} +
+ {% if pagination.prev %}← Новые записи{% endif %} + {% if pagination.next %}Старые записи →{% endif %} +
{% endif %} {% endif %} {% elif post.type == 'post' %} + +
+
+ + +
+ +
+
+

{{ post.title }}

+
+ + +
+ +
+ + + + + + {{ post.content }} + + + +

Нашел ошибку? Выдели ее и нажми CTRL+Enter. Система Orphus

+ +
+
+
+ + + + + + + + {% if site.disqus %} +
+
+
Комментарии от Disqus +
{% endif %} + +
{% elif post.type == 'link' %} + +
+
+ + +
+ +
+
+

{{ link.title }}

+
+ + +
+ +
+ + + + + {{ link.content }} + Источник

+ + +

Нашел ошибку? Выдели ее и нажми CTRL+Enter. Система Orphus

+ +
+ +
+ + + + + + + + {% if site.disqus %} + +
+
+ +
Комментарии от Disqus +
{% endif %} +
{% elif post.type == 'page' %} + +
+

{{ page.title }}

+ +
+ {{ page.content }} +
+
{% endif %} +
+

вверх

+ +
+
+
{% endif %} {{ footer_meta }}