diff --git a/exampleSite/content/home/hero.md b/exampleSite/content/home/hero.md index 5f54202..1f2ad47 100644 --- a/exampleSite/content/home/hero.md +++ b/exampleSite/content/home/hero.md @@ -12,7 +12,7 @@ cta_alt: url: https://discord.gg/z8wNYzb cta_note: label: >- - Latest release
+ Latest release design: background: gradient_end: '#1976d2' diff --git a/exampleSite/partials/custom_js.html b/exampleSite/layouts/partials/custom_js.html similarity index 100% rename from exampleSite/partials/custom_js.html rename to exampleSite/layouts/partials/custom_js.html diff --git a/netlify.toml b/netlify.toml index fde42ac..6a506e9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.79.1" + HUGO_VERSION = "0.80.0" HUGO_ENABLEGITINFO = "true" [context.production.environment] @@ -14,13 +14,3 @@ [context.branch-deploy] command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" - -[[headers]] - for = "*.webmanifest" - [headers.values] - Content-Type = "application/manifest+json; charset=UTF-8" - -[[headers]] - for = "index.xml" - [headers.values] - Content-Type = "application/rss+xml"