Files
react/docs/_layouts/post.html
T

13 lines
194 B
HTML

---
layout: default
---
<section class="content wrap">
<h2>{{ page.title }}</h2>
<p class="meta">{{ page.date | date_to_string }}</p>
<div id="post">
{{ content }}
</div>
</section>