summaryrefslogtreecommitdiff
path: root/_includes/gw_defines/defines.html
blob: 703d216ae39806c728763425712b526c2485c8af (plain)
1
2
3
4
5
{% assign version = "2.0.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 %}