12 lines
239 B
HTML
12 lines
239 B
HTML
|
---
|
||
|
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>
|