5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 00:59:36 +00:00

Update post layout

This commit is contained in:
Neil Alexander 2018-07-13 09:21:03 +01:00
parent 336b2254de
commit 509c409c97
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

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