summaryrefslogtreecommitdiff
path: root/_layouts/git-wiki-post.html
blob: 31841999ec3c2cd4f44dd463cef78310f5cba37e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
layout: git-wiki-default
---

<small>{{ page.date | date: "%-d %B %Y" }}</small>
{% if page.author or site.author %}
<p class="view">by {{ page.author | default: site.author }}</p>
{% endif %}

{{content}}


{% if page.tags.size > 0 %}
  <small>tags: <em>{{ page.tags | join: "</em> - <em>" }}</em></small>
{% endif %}