arcanis.me/blog/index.html
2014-07-29 21:59:57 +04:00

29 lines
791 B
HTML

---
layout: default
title: arcanis' blog
comment: false
share: false
back: 1
hasTr: true
---
<body>
<div class="wrapper">
<header>
<h1>{{ page.title }}</h1>
<h3>
<a href="#archive" class="anchor" name="archive"><span class="octicon octicon-link"></span></a>
<a href="/blog/archive" title="Archive">Archive</a>
</h3>
</header>
<section>
{% for post in site.categories.en limit:10 %}
<h1>
<a href="#{{ post.short }}" class="anchor" name="{{ post.short }}"><span class="octicon octicon-link"></span></a>
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
</h1>
<p><i>{{ post.date | date_to_string }}</i></p>
<p>{{ post.description }}</p>
<p><b>Tags</b>: {{ post.tags }}</p>
{% endfor %}