6
0
Fork 0

Toestaan van pagina's in RST-formaat

This commit is contained in:
Michael Boelen 2023-05-04 16:24:20 +02:00
parent 6a52bc89be
commit 6c0898b6dd

View file

@ -183,6 +183,7 @@ PAGES = (
("pages/*.rst", "", "page.tmpl"),
("pages/*.md", "", "page.tmpl"),
("content/*.md", "", "page.tmpl"),
("content/*.rst", "", "page.tmpl"),
("pages/*.txt", "", "page.tmpl"),
("pages/*.html", "", "page.tmpl"),
)