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

github.com/themefisher/parsa-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomratpro <abdulmonnafsomrat@gmail.com>2021-10-31 07:48:35 +0300
committersomratpro <abdulmonnafsomrat@gmail.com>2021-10-31 07:48:35 +0300
commit768a5b6844675f73d9c7a77b8b5801dc01100339 (patch)
tree0161b2a92627193559d6ec79860103c89b76dd36
parent486fffcb3342e1a563c25d7e4f7ac74228b3dc23 (diff)
added goldmark renderer as unsafe
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b1a8bdf..5271fa1 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -12,6 +12,9 @@ googleAnalytics = "" # example : UA-123-45
[outputs]
home = ["HTML", "RSS", "JSON"]
+[markup.goldmark.renderer]
+unsafe= true
+
# CSS Plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"