gergelypolonkai-web-jekyll/_layouts/page.html

15 lines
188 B
HTML
Raw Normal View History

2014-06-26 16:48:13 +00:00
---
layout: default
---
<div class="post">
<header class="post-header">
<h2>{{ page.title }}</h2>
</header>
<article class="post-content">
{{ content }}
</article>
</div>