diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-17 20:40:19 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-17 21:01:48 +0100 |
| commit | a7816c160e06b2ee7684dcb66e1480cfcde0e90a (patch) | |
| tree | e9774271cb36b8102a3a705661c11ec247ab8fd7 /_layouts/git-wiki-post.html | |
| parent | 15416ecb2d7b0a38eae59385a600a7e27cd59110 (diff) | |
| download | wiki-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.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 |
