upgrade: Contact widget due to Formspree deprecation
see https://github.com/wowchemy/wowchemy-hugo-modules/issues/1940
This commit is contained in:
parent
391db20c75
commit
f702e0b354
8 changed files with 56 additions and 43 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue