diff --git a/config.toml b/config.toml
index 7b0ac0c1bae75f3cdad76d66b8b0c03ec1b8e674..1d8965824b7f6660ea1f4247b9c07cac29f929aa 100644
--- a/config.toml
+++ b/config.toml
@@ -39,3 +39,12 @@ name = "hcc.unl.edu"
 identifier = "ds"
 url = "https://hcc.unl.edu"
 weight = 10
+
+# Hugo v0.60+ switched renderer from blackfriday to goldmark
+# - Allow unsafe for docdock template rendering
+#[markup.goldmark.renderer]
+#unsafe = true
+
+# FIXME: Use blackfriday renderer until we update the content to render with goldmark
+[markup]
+defaultMarkdownHandler = "blackfriday"