gri3-wm/blog/_layouts/post.html

12 lines
239 B
HTML
Raw Normal View History

---
layout: default
---
<h2><span class="date">{{ page.date | date:"%Y-%m-%d" }}</span> {{ page.title }}</h2>
{{ content }}
<hr style="border: 1px solid black; clear: both; margin-top: 15px;">
<a href="/blog/">← Back to the blog</a>