diff --git a/netlify.toml b/netlify.toml index 05f9b8776..41497fd13 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build] -command = "cd website && hugo --gc --minify --baseURL $DEPLOY_PRIME_URL" +command = "hugo --source website --gc --minify" publish = "website/public" [build.environment] diff --git a/website/layouts/partials/hooks/head-end.html b/website/layouts/partials/hooks/head-end.html index cd455b5a2..c09b1d7a5 100644 --- a/website/layouts/partials/hooks/head-end.html +++ b/website/layouts/partials/hooks/head-end.html @@ -13,7 +13,7 @@ {{ if ne $latest_version $current_version }} {{ $latest_doc := partial "doc_latest_version.html" . }} {{ if ne $latest_doc $latest_version }} - + {{ end }} {{ end }} -{{ end }} \ No newline at end of file +{{ end }}