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