diff options
Diffstat (limited to '_layouts/git-wiki-post.html')
| -rw-r--r-- | _layouts/git-wiki-post.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/_layouts/git-wiki-post.html b/_layouts/git-wiki-post.html new file mode 100644 index 0000000..3184199 --- /dev/null +++ b/_layouts/git-wiki-post.html @@ -0,0 +1,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 %}
\ No newline at end of file |
