This commit is contained in:
Che 2022-08-19 20:17:21 -04:00
parent 5005722714
commit 211775626f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
{% endif -%}
<main>
{# Create variable to allow appending index.html at end of links if set in config #}
{% if not config.extra.easydocs_uglyurls or config.mode == "Serve" -%}
{% if not config.extra.easydocs_uglyurls or config.mode == "serve" -%}
{% set _ugly_url = "" -%}
{% else %}
{% set _ugly_url = "index.html" -%}