summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/defines
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2018-12-19 18:02:07 +0100
committerGitHub <noreply@github.com>2018-12-19 18:02:07 +0100
commitb09b71f29c5abdbdc6b1d4ac02c8e7696248d029 (patch)
tree82cc689456514436a6284bbc2e7330261a0a01b1 /_includes/git-wiki/defines
parent34ca5aea22ae7ca61affe2b1157bf31a41b32fd3 (diff)
downloadwiki-2.1.13.tar.gz
wiki-2.1.13.tar.bz2
wiki-2.1.13.zip
Update defines.html2.1.13
Diffstat (limited to '_includes/git-wiki/defines')
-rw-r--r--_includes/git-wiki/defines/defines.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/git-wiki/defines/defines.html b/_includes/git-wiki/defines/defines.html
index f1a7128..75fd146 100644
--- a/_includes/git-wiki/defines/defines.html
+++ b/_includes/git-wiki/defines/defines.html
@@ -1,4 +1,4 @@
-{% assign version = "2.1.10" %}
+{% assign version = "2.1.12" %}
{% capture lchar %}{{page.url | slice: -1, 1}}{% endcapture %}
{% capture url %}
{% if lchar == "/" %}{{page.url}}index.html{% else %}{{ page.url | default: 'index.html' }}{% endif%}