summaryrefslogtreecommitdiff
path: root/_layouts/git-wiki-post.html
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2018-12-17 20:40:19 +0100
committerYehonal <yehonal.azeroth@gmail.com>2018-12-17 21:01:48 +0100
commita7816c160e06b2ee7684dcb66e1480cfcde0e90a (patch)
treee9774271cb36b8102a3a705661c11ec247ab8fd7 /_layouts/git-wiki-post.html
parent15416ecb2d7b0a38eae59385a600a7e27cd59110 (diff)
downloadwiki-a7816c160e06b2ee7684dcb66e1480cfcde0e90a.tar.gz
wiki-a7816c160e06b2ee7684dcb66e1480cfcde0e90a.tar.bz2
wiki-a7816c160e06b2ee7684dcb66e1480cfcde0e90a.zip
Improved blog feature and other minor fixes
Diffstat (limited to '_layouts/git-wiki-post.html')
-rw-r--r--_layouts/git-wiki-post.html15
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