13 lines
231 B
HTML
13 lines
231 B
HTML
---
|
||
layout: default
|
||
---
|
||
|
||
<small>{{ page.date | date: "%Y-%m-%d" }}</small>
|
||
|
||
<h1 class="page-title">{{ page.title }}</h1>
|
||
|
||
{{ content }}
|
||
|
||
{% if page.tags %}
|
||
<small>tags: <em>{{ page.tags | join: ' – ' }}</em></small>
|
||
{% endif %}
|