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