Files
cryptoanarchywiki.github.io/_layouts/post.html
agusmakmun 738c89afef Pertamax
2016-04-18 18:42:56 +07:00

10 lines
178 B
HTML

---
layout: default
---
<h1>{{ page.title }}</h1>
<span class="time">{{ page.date | date_to_string }}</span>
<div class="content">
<div class="post">{{ content }}</div>
</div>