summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/defines/defines.html
blob: 9ecbded555fa91e0ad572dd1d6411ae982ffc006 (plain)
1
2
3
4
5
{% assign version = "2.2.0" %}
{% capture lchar %}{{page.url | slice: -1, 1}}{% endcapture %}
{% capture url %}
{% if lchar == "/" %}{{page.url}}index.html{% else %}{{ page.url | default: 'index.html' }}{% endif%}
{% endcapture %}