5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 16:09:36 +00:00
yggdrasil-network.github.io/_layouts/post.html
Neil Alexander 336b2254de
more test
2018-07-13 09:18:47 +01:00

17 lines
292 B
HTML

---
layout: default
---
<h1>{{ page.title }}</h1>
<small>{{ page.date | date: "%-d %B %Y" }}</small>
<p class="view">by {{ page.author | default: site.author }}</p>
{{content}}
<!--
{% if page.tags %}
<small>tags: <em>{{ page.tags | join: "</em> - <em>" }}</em></small>
{% endif %}
-->