Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek <42170307+2-REC@users.noreply.github.com>2020-07-25 11:35:46 +0300
committerGitHub <noreply@github.com>2020-07-25 11:35:46 +0300
commitd0708c5286eb5ffc40a55d36980abe807f0ea715 (patch)
tree1399bb6270dc15f5fdf8301c3a16e362a2475e66
parent12091b68c0d4fec26da01bc49db727f5d09d26d0 (diff)
Fixed 'raw HTML omitted' when using markdownifyHEAD1.0master
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f882650..5ccc662 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -9,6 +9,8 @@ languageCode = "en-us"
title = "HUGO MyPortfolio Theme"
theme = "hugo-myportfolio-theme"
+[markup.goldmark.renderer]
+unsafe= true
[params]