mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 16:50:31 +00:00
Fix blog layout
This commit is contained in:
parent
509c409c97
commit
66f0749e65
@ -3,11 +3,9 @@ layout: default
|
||||
---
|
||||
|
||||
<h1>{{ page.title }}</h1>
|
||||
<div>
|
||||
<small>{{ page.date | date: "%-d %B %Y" }} by {{ page.author | default: site.author }}</small>
|
||||
<h5>{{ page.date | date: "%-d %B %Y" }} by {{ page.author | default: site.author }}
|
||||
{% if page.tags %}
|
||||
<small>Tags: <em>{{ page.tags | join: "</em> - <em>" }}</em></small>
|
||||
{% endif %}
|
||||
</div>
|
||||
<br />Tags: <em>{{ page.tags | join: "</em> - <em>" }}</em>
|
||||
{% endif %}</h5>
|
||||
|
||||
{{content}}
|
||||
|
Loading…
Reference in New Issue
Block a user