mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-16 06:19:55 +00:00
yet another edit spoilers
This commit is contained in:
@ -12,14 +12,14 @@ title: arcanis
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
<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>
|
||||
<input type="checkbox" tabindex="-1">
|
||||
<div class="box">
|
||||
<a href="/ru/blog/">Блог</a> <span class="close">(скрыть)</span><span class="open">(показать)</span>
|
||||
<blockquote>
|
||||
{% for post in site.categories.ru limit:3 %}
|
||||
<a href="{{ post.url }}">{{ post.title }}</a><br>
|
||||
{% endfor %}
|
||||
</blockquote>
|
||||
</div>
|
||||
</label>
|
||||
<p class="view"><a href="/ru/projects/">Проекты</a></p>
|
||||
|
Reference in New Issue
Block a user