16 lines
255 B
HTML
16 lines
255 B
HTML
|
---
|
||
|
layout: centered
|
||
|
---
|
||
|
<h1>{{ page.title }}</h1>
|
||
|
<article>
|
||
|
{{ content }}
|
||
|
</article>
|
||
|
<footer>
|
||
|
<hr>
|
||
|
<h3>Info</h3>
|
||
|
<ul>
|
||
|
<li>Published {{ page.date | date_to_long_string }}</li>
|
||
|
<li>Last compiled {{ site.time | date_to_long_string }}</li>
|
||
|
</ul>
|
||
|
<footer>
|