diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index d8ec9622..aae50d17 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -1,5 +1,5 @@ baseURL: "https://example.com/" -languageCode: "en-us" +locale: "en-us" title: "Example Site" theme: scientific-python-hugo-theme relativeURLs: true diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 074fefcc..9bba1891 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{ print "" | safeHTML }} {{ partial "meta.html" . }}