blog/_layouts/post.html

14 lines
231 B
HTML
Raw Normal View History

2021-02-11 19:58:15 +01:00
---
layout: default
---
<small>{{ page.date | date: "%Y-%m-%d" }}</small>
2021-02-14 14:16:44 +01:00
<h1 class="page-title">{{ page.title }}</h1>
2021-02-11 19:58:15 +01:00
{{ content }}
{% if page.tags %}
<small>tags: <em>{{ page.tags | join: ' ' }}</em></small>
{% endif %}