diff --git a/config.toml b/config.toml index 240092d7..027c2031 100644 --- a/config.toml +++ b/config.toml @@ -88,7 +88,7 @@ disableAliases = true defaultMarkdownHandler = "goldmark" [markup.goldmark] [markup.goldmark.extensions] - linkify = true + linkify = false strikethrough = true typographer = true [markup.goldmark.parser] diff --git a/layouts/_default/single.amp.html b/layouts/_default/single.amp.html index 25a263ca..7a57a9d0 100644 --- a/layouts/_default/single.amp.html +++ b/layouts/_default/single.amp.html @@ -196,7 +196,7 @@ on {{ .Date.Format "January 2, 2006" }}
- {{ .Content | .Page.RenderString }} + {{ .Content }}