arcanis.me/ru/blog/index.html
arcan1s 4449b24cf2 add zsh-comp-tut (ru)
add tag hasTr
2014-07-17 23:15:59 +04:00

24 lines
779 B
HTML

---
category: ru
layout: default
title: Блог
comment: false
share: false
back: 1
hasTr: true
---
<body>
<div class="wrapper">
<header>
<h1>{{ page.title }}</h1>
<h3><a name="archive" class="anchor" href="#archive"><span class="octicon octicon-link"></span></a><a href="/ru/blog/archive">Архив материалов</a></h3>
</header>
<section>
{% for post in site.categories.ru limit:10 %}
<h1><a name="{{ post.short }}" class="anchor" href="#{{ post.short }}"><span class="octicon octicon-link"></span></a><a href="{{ post.url }}">{{ post.title }}</a></h1>
<p><i>{% include shortdate_to_ru.html %}</i></p>
<p>{{ post.description }}</p>
<p><b>Тэги</b>: {{ post.tags }}</p>
{% endfor %}