arcanis.me/ru/blog/archive.html
2014-01-21 00:49:34 +04:00

39 lines
1.3 KiB
HTML

---
category: ru
layout: default
title: Архив материалов
comment: false
share: false
back: 2
---
<body>
<div class="wrapper">
<header>
<h1>{{ page.title }}</h1>
</header>
<section>
{% for post in site.categories.ru limit:1 %}
{% assign month = post.date | date: "%B, %Y" %}
{% assign new_month = post.date | date: "%B, %Y" %}
{% endfor %}
<label class="spoiler">
<input type="checkbox" class="bo"/>
<div class="title">{% include longdate_to_ru.html %} (показать)</div>
<div class="body">
{% for post in site.categories.ru %}
{% assign new_month = post.date | date: "%B, %Y" %}
{% if new_month != month %}
</div>
</label>
<label class="spoiler">
<input type="checkbox" class="bo"/>
<div class="title">{% include longdate_to_ru.html %} (показать)</div>
<div class="body">
{% endif %}
{% assign month = post.date | date: "%B, %Y" %}
<i>{% include shortdate_to_ru.html %}</i> &raquo; <a name="{{ post.short }}" class="anchor" href="#{{ post.short }}"><span class="octicon octicon-link"></span></a><a href="{{ post.url }}">{{ post.title }}</a> ({{ post.tags }})<br>
{% endfor %}
</div>
</label>