Allow raw HTML in content files

This commit is contained in:
Campbell Alden 2022-09-13 21:50:28 +09:00
parent a57188cbce
commit a6471230f4

View file

@ -3,3 +3,8 @@ languageCode = 'en-us'
title = 'CaAlden: Films'
[taxonomies]
genre = 'genres'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true