rf-web/vendor/bundle/gems/minima-2.5.1/_layouts/page.html

15 lines
218 B
HTML
Raw Normal View History

2019-10-21 08:18:17 +00:00
---
layout: default
---
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title | escape }}</h1>
</header>
<div class="post-content">
{{ content }}
</div>
</article>