edited spolers

This commit is contained in:
arcan1s
2014-01-21 00:49:34 +04:00
parent 44c4c5e66e
commit d90f9aa55e
5 changed files with 31 additions and 11 deletions

View File

@ -11,8 +11,18 @@ title: arcanis
<header>
<h1>{{ page.title }}</h1>
<p class="view"><a href="/ru/blog/">Блог</a><br>
<a href="/ru/projects/">Проекты</a></p>
<label class="spoiler">
<input type="checkbox" class="bo"/>
<div class="title"><a href="/ru/blog/">Блог</a></div>
<div class="body">
<p>
{% for post in site.categories.ru limit:3 %}
<a href="{{ post.url }}">{{ post.title }}</a><br>
{% endfor %}
</p>
</div>
</label>
<p class="view"><a href="/ru/projects/">Проекты</a></p>
<p class="view"><a href="/ru/about">Обо мне</a></p>
</header>