render text files too

This commit is contained in:
2021-05-01 13:02:35 +01:00
parent 8dbab1b9f2
commit 12c2e63f83
4 changed files with 54 additions and 4 deletions

View File

@@ -36,6 +36,8 @@ Default config values:
```bash
name=""
article_template="/opt/notes2web/templates/article.html"
textarticlehead_template="/opt/notes2web/templates/textarticlehead.html"
textarticlefoot_template="/opt/notes2web/templates/textarticlefoot.html"
listitem_template="/opt/notes2web/templates/listitem.html"
index_template="/opt/notes2web/templates/index.html"
stylesheet="/opt/notes2web/styles.css"