yet another edit spoilers

This commit is contained in:
arcan1s
2014-01-21 05:24:59 +04:00
parent d90f9aa55e
commit 0f42f4dee0
7 changed files with 241 additions and 234 deletions

View File

@ -11,14 +11,14 @@ title: arcanis' homepage
<h1>{{ page.title }}</h1>
<label class="spoiler">
<input type="checkbox" class="bo"/>
<div class="title"><a href="/blog/">Latest posts:</a></div>
<div class="body">
<p>
{% for post in site.categories.en limit:3 %}
<a href="{{ post.url }}">{{ post.title }}</a><br>
{% endfor %}
</p>
<input type="checkbox" tabindex="-1">
<div class="box">
<a href="/blog/">My blog</a> <span class="close">(hide)</span><span class="open">(show)</span>
<blockquote>
{% for post in site.categories.en limit:3 %}
<a href="{{ post.url }}">{{ post.title }}</a><br>
{% endfor %}
</blockquote>
</div>
</label>
<p class="view"><a href="/projects/">My projects</a></p>