mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 01:23:10 +00:00
initial commit
This commit is contained in:
22
_layouts/post.html
Normal file
22
_layouts/post.html
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<a href="{{ "/" | prepend: site.baseurl }}" class="back-link">
|
||||
❮ Home
|
||||
</a>
|
||||
|
||||
<article>
|
||||
|
||||
<h1>
|
||||
{{ 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>
|
Reference in New Issue
Block a user