Contact form not displaying

I inserted the HTML form snippet in markdown file which I get from a website (link given below) but hugo is not displaying it. My contact page is rendering just fine but there is some problem with form.

Link to form snippet: How to Create a Contact Form in Hugo with Netlify Forms | BrianLi.com

source code: GitHub - emahmi/portfolio-website at dev

In your config.toml file, do this:

[markup.goldmark.renderer]
unsafe = true

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.