bune.city/_layouts/post.html
2020-04-03 15:37:20 +10:00

6 lines
No EOL
110 B
HTML

---
layout: default
---
<h1>{{ page.title }}</h1>
<div id='post-info'>By {{ page.author }}</div>
{{ content }}