From d12e6aa24bfa713a82d446f04dfcc484338d7b2f Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:45:55 -0500 Subject: chore: :arrow_up: minor changes pull upgrades Only Minor changes, pulling upgrades from origin --- config/_default/hugo.toml | 4 +--- config/_default/markup.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index c00c750..3fd41c3 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -116,6 +116,4 @@ home = ["HTML", "RSS", "REDIR"] [[module.imports]] path = "github.com/gethinode/mod-mermaid" [[module.imports]] - path = "github.com/gethinode/mod-leaflet" - # [[module.imports]] - # path = "github.com/anoduck/mod-countup" \ No newline at end of file + path = "github.com/gethinode/mod-leaflet" \ No newline at end of file diff --git a/config/_default/markup.toml b/config/_default/markup.toml index aa15cb0..16652b7 100644 --- a/config/_default/markup.toml +++ b/config/_default/markup.toml @@ -37,5 +37,5 @@ defaultMarkdownHandler = "goldmark" block = true [goldmark.renderer] hardWraps = false - unsafe = false + unsafe = true xhtml = false \ No newline at end of file -- cgit v1.2.3