arcanis.me/_layouts/paper.html
arcan1s daea4d012c 2014-01-15
- removed custom tags
+ added normal tags and related pages
+ moved blog/index to blog
2014-01-15 05:50:11 +04:00

26 lines
744 B
HTML

---
comment: true
share: true
back: 2
layout: default
---
<body>
<div class="wrapper">
<header>
<h1>{{ page.title }}</h1>
<p align="justify">{{ page.date | date_to_string }}<br>
<i>Last edit: {{ page.last | date_to_string }}</i></p>
<p align="justify">{{ Tags: page.tags }}</p>
<p align="justify"><b>Related posts</b>:<br>
{% for post in site.related_posts limit:3 %}
<i>{{ page.last | date_to_string }}</i> <a href="{{ post.url }}">{{ post.title }}</a><br>
{% endfor %}
</p>
</header>
<section>
<a name="" class="anchor" href="#"><span class="octicon octicon-link"></span></a>
<p align="justify">{{ page.description }}</p>
{{ content }}