From f702e0b354fb7368bcdbe43355d1f2b638aef820 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Fri, 13 Nov 2020 00:19:36 +0000 Subject: upgrade: Contact widget due to Formspree deprecation see https://github.com/wowchemy/wowchemy-hugo-modules/issues/1940 --- config/_default/config.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config') diff --git a/config/_default/config.toml b/config/_default/config.toml index 98fb7453..08e410ab 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -47,6 +47,13 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", " home = [ "HTML", "RSS", "JSON", "WebAppManifest" ] section = [ "HTML", "RSS" ] +[mediaTypes."application/manifest+json"] + suffixes = ["webmanifest"] + +[outputFormats.WebAppManifest] + mediaType = "application/manifest+json" + rel = "manifest" + # Configure the Markdown renderer. [markup] defaultMarkdownHandler = "goldmark" -- cgit v1.2.3