mirror of
https://github.com/metagov/govarch-website.git
synced 2025-04-30 13:18:00 +00:00
23 lines
347 B
HTML
23 lines
347 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<a href="{{ "/" | prepend: site.baseurl }}" class="back-link">
|
|
❮ Home
|
|
</a>
|
|
|
|
<article>
|
|
|
|
<h1 class="post-title">
|
|
{{ page.title }}
|
|
</h1>
|
|
|
|
{{ content }}
|
|
|
|
<div class="article-meta">
|
|
<div>{{ page.author }}</div>
|
|
<div class="post-date">{{ page.date | date: "%B %-d, %Y" }}</div>
|
|
</div>
|
|
|
|
</article>
|