blob: 925b83e9fbe2d825757a576c8c9378a7ff0e0e37 (
plain)
1
2
3
4
5
|
{% assign version = "2.0.2" %}
{% capture lchar %}{{page.url | slice: -1, 1}}{% endcapture %}
{% capture url %}
{% if lchar == "/" %}{{page.url}}index.html{% else %}{{ page.url | default: 'index.html' }}{% endif%}
{% endcapture %}
|