mirror of
https://github.com/metagov/govarch-website.git
synced 2025-04-30 21:28:01 +00:00
23 lines
355 B
HTML
23 lines
355 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<a href="{{ "/" | prepend: site.baseurl }}" class="back-link">
|
|
❮ Home
|
|
</a>
|
|
|
|
<article>
|
|
|
|
<h1 class="post-title divided">
|
|
{{ 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>
|