mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 15:27:17 +00:00
43 lines
1.6 KiB
HTML
43 lines
1.6 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" tabindex="-1">
|
|
<div class="box">
|
|
<b>{% include longdate_to_ru.html %}</b> <span class="close" style="float:right;">(скрыть)</span><span class="open" style="float:right;">(показать)</span>
|
|
<blockquote>
|
|
{% for post in site.categories.ru %}
|
|
{% assign new_month = post.date | date: "%B, %Y" %}
|
|
{% if new_month != month %}
|
|
</blockquote>
|
|
</div>
|
|
</label>
|
|
<label class="spoiler">
|
|
<input type="checkbox" tabindex="-1">
|
|
<div class="box">
|
|
<b>{% include longdate_to_ru.html %}</b> <span class="close" style="float:right;">(скрыть)</span><span class="open" style="float:right;">(показать)</span>
|
|
<blockquote>
|
|
{% endif %}
|
|
{% assign month = post.date | date: "%B, %Y" %}
|
|
<i>{% include shortdate_to_ru.html %}</i> » <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 %}
|
|
</blockquote>
|
|
</div>
|
|
</label>
|