diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml index 5513ff3b9b..9feb43d6e5 100644 --- a/exampleSite/config/_default/config.toml +++ b/exampleSite/config/_default/config.toml @@ -15,7 +15,7 @@ relativeURLs = true # true -> rewrite all relative URLs to be relative to the cu # if you set uglyURLs to false, this theme will append 'index.html' to any branch bundle link # so your page can be also served from the file system; if you don't want that, # set disableExplicitIndexURLs=true in the [params] section -uglyURLs = false # true -> basic/index.html -> basic.html +uglyURLs = false # true -> basic/index.html -> basic.html # the directory where Hugo reads the themes from; this is specific to your # installation and most certainly needs be deleted or changed