Hi, I noticed that the homepage’s URL doesn’t respect the uglyURLs parameter, is it by designed?
{{ (site.GetPage "/").RelPermalink | warnf "home: %s" }}
{{ (site.GetPage "/blog").RelPermalink | warnf "blog: %s" }}
WARN home: /
WARN blog: /blog.html