gergelypolonkai-web-jekyll/_layouts/page.html

15 lines
188 B
HTML

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