From a7816c160e06b2ee7684dcb66e1480cfcde0e90a Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 17 Dec 2018 20:40:19 +0100 Subject: Improved blog feature and other minor fixes --- _layouts/git-wiki-post.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _layouts/git-wiki-post.html (limited to '_layouts/git-wiki-post.html') 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 +--- + +{{ page.date | date: "%-d %B %Y" }} +{% if page.author or site.author %} +

by {{ page.author | default: site.author }}

+{% endif %} + +{{content}} + + +{% if page.tags.size > 0 %} + tags: {{ page.tags | join: " - " }} +{% endif %} \ No newline at end of file -- cgit