1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2024-09-19 23:21:43 +00:00
balkian.github.com/_layouts/post.html
J. Fernando Sánchez 17104d70b5 New design
2013-08-23 01:57:31 +02:00

19 lines
594 B
HTML

---
layout: default
---
<div class="postnav">
<span class="previouspost"><i class="icon-chevron-sign-left"></i><a href="{{ page.previous.url }}"> {{ page.previous.title }}</a></span>
<span class='nextpost'><a href="{{ page.next.url }}">{{ page.next.title }} </a><i class="icon-chevron-sign-right"></i></span>
</div>
<div class="posthead">
<h2 class="title">{{ page.title }}</h2>
<span class="meta date">{{ page.date | date_to_string }}</span>
{% for c in page.tags %}
<span class="label label-success">{{ c }}</span>
{% endfor %}
</div>
<div class="post">
{{ content }}
</div>