Skip to content

Commit 2e73bdd

Browse files
authored
Merge pull request #12 from BackToBasicsEpita/lotus
Add blog article & removed useless things from hugo.toml
2 parents 1978e69 + 42b5820 commit 2e73bdd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

hugo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@ defaultContentLanguage = 'fr'
2929
enabled = true
3030

3131
[markup]
32-
[markup.goldmark.renderer]
33-
unsafe = true
32+
[markup.goldmark.renderer]
33+
unsafe = true # allow html in md files
3434

3535
[markup.highlight]
3636
anchorLineNos = false
3737
codeFences = true
3838
guessSyntax = false
39-
hl_inline = false
4039
lineAnchors = ''
4140
lineNoStart = 1
4241
lineNos = false

0 commit comments

Comments
 (0)