Files
cryptoanarchywiki.github.io/_layouts/page.html
2017-01-29 13:54:21 +07:00

13 lines
217 B
HTML

---
layout: default
---
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<hr />
</header>
<div class="post-content">
{{ content }}
</div>
</article>