upgrade: Contact widget due to Formspree deprecation

see https://github.com/wowchemy/wowchemy-hugo-modules/issues/1940
This commit is contained in:
George Cushen 2020-11-13 00:19:36 +00:00
parent 391db20c75
commit f702e0b354
8 changed files with 56 additions and 43 deletions

View file

@ -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"