summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/defines/defines.html
blob: 75fd146e8208100e83d058864c3f5493b5fd3035 (plain)
1
2
3
4
5
{% 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%}
{% endcapture %}