mixyll/_layouts/page.html
Sai Kiran Sripada 4582790774 Intial Commit
2020-01-24 16:50:29 +05:30

12 lines
196 B
HTML

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