mirror of
https://github.com/MrAle98/sliver
synced 2026-06-08 11:54:46 +00:00
14 lines
284 B
HTML
14 lines
284 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<small>{{ page.date | date: "%-d %B %Y" }}</small>
|
|
<h1>{{ page.title }}</h1>
|
|
|
|
<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 %} |