2022-01-27 18:34:28 +01:00
|
|
|
---
|
|
|
|
layout: centered
|
|
|
|
---
|
|
|
|
<h1>{{ page.title }}</h1>
|
|
|
|
<article>
|
|
|
|
{{ content }}
|
|
|
|
</article>
|
|
|
|
<footer>
|
|
|
|
<hr>
|
2022-01-27 19:44:11 +01:00
|
|
|
<h2>Info</h2>
|
2022-01-27 18:34:28 +01:00
|
|
|
<ul>
|
|
|
|
<li>Published {{ page.date | date_to_long_string }}</li>
|
|
|
|
<li>Last compiled {{ site.time | date_to_long_string }}</li>
|
|
|
|
</ul>
|
|
|
|
<footer>
|