mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
13 lines
365 B
HTML
13 lines
365 B
HTML
---
|
|
layout: default
|
|
---
|
|
<article class="h-entry">
|
|
<h1 class = "p-name">{{ page.title }}</h1>
|
|
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date_to_string }}</time>
|
|
<summary style="display:none" class="p-summary">{{ page.excerpt }}</summary>
|
|
<div class="e-content">
|
|
{{ content }}
|
|
</div>
|
|
</article>
|
|
|