arcanis.me/ru/blog/archive.html
2014-08-25 22:40:27 +04:00

48 lines
1.5 KiB
HTML

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