diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 88e11f262e..16fd6d321b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -34,7 +34,7 @@ {{ end }} {{ partialCached "head-css.html" . "asdf" }} {{ if and (.Site.Params.offlineSearch) (not .Site.Params.gcs_engine_id) }} @@ -84,4 +84,4 @@ {{ with .Params.js }}{{ range (split . ",") }} -{{ end }}{{ else }}{{ end }} \ No newline at end of file +{{ end }}{{ else }}{{ end }} diff --git a/layouts/partials/navbar-lang-selector.html b/layouts/partials/navbar-lang-selector.html index 7459c621c3..6f8bfc42f4 100644 --- a/layouts/partials/navbar-lang-selector.html +++ b/layouts/partials/navbar-lang-selector.html @@ -1,10 +1,10 @@ {{/* Link directly to documentation etc., if possible. */}} {{ $langPage := cond (gt (len .Translations) 0) . .Site.Home }} - + {{ $langPage.Language.LanguageName }}
\ No newline at end of file +