Website/_layouts/post.html

8 lines
104 B
HTML
Raw Normal View History

2017-09-13 13:23:10 +02:00
---
layout: default
---
<article>
<h2>{{ page.title }}</h2>
{{ page.content | markdownify }}
</article>