gergelypolonkai-web-jekyll/_layouts/page.html

16 lines
227 B
HTML
Raw Normal View History

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