summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/defines
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2020-05-13 21:14:56 +0200
committerYehonal <yehonal.azeroth@gmail.com>2020-05-13 21:14:56 +0200
commit2df1263a2a994315a0c752feb27640dcc45234c2 (patch)
tree563aee674f2ce310f51fe23d4588d3be1614c654 /_includes/git-wiki/defines
parent7048c66f61258b0110158bc8868a8e198f1a2a7c (diff)
downloadwiki-2df1263a2a994315a0c752feb27640dcc45234c2.tar.gz
wiki-2df1263a2a994315a0c752feb27640dcc45234c2.tar.bz2
wiki-2df1263a2a994315a0c752feb27640dcc45234c2.zip
using remote theme
Diffstat (limited to '_includes/git-wiki/defines')
-rw-r--r--_includes/git-wiki/defines/defines.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/_includes/git-wiki/defines/defines.html b/_includes/git-wiki/defines/defines.html
deleted file mode 100644
index 6400403..0000000
--- a/_includes/git-wiki/defines/defines.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% assign version = "2.5.3" %}
-{% capture lchar %}{{page.url | slice: -1, 1}}{% endcapture %}
-{% capture url %}
-{% if lchar == "/" %}{{page.url}}index.html{% else %}{{ page.url | default: 'index.html' }}{% endif%}
-{% endcapture %}