Add more content for the body of a blogpost

This commit is contained in:
Konstantin 2024-03-14 04:31:11 +01:00
parent 5c80ebe18d
commit 24123c99cf
4 changed files with 33 additions and 3 deletions

View file

@ -193,6 +193,7 @@ WAGTAIL_CODE_BLOCK_LANGUAGES = (
('kotlin', 'Kotlin'),
('python', 'Python'),
('swift', 'Swift'),
('toml', 'TOML'),
('yaml', 'YAML'),
)