diff options
author | mjfernez <mjf@mjfer.net> | 2022-02-25 21:27:05 -0500 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2022-02-25 21:27:05 -0500 |
commit | 9506386cd1dcdf697e9345341dbce22abad843dc (patch) | |
tree | 011c723d58c025d09e2ef6a0f4d44bc5382685e5 | |
parent | bb16a8f6f5803860d29b76eae917ba45811fe7c9 (diff) | |
download | ezcms-9506386cd1dcdf697e9345341dbce22abad843dc.tar.gz |
Add mimetypes for htmlx templates
-rw-r--r-- | mimetypes.csv | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mimetypes.csv b/mimetypes.csv index 7e867ea..0b75fd9 100644 --- a/mimetypes.csv +++ b/mimetypes.csv @@ -90,4 +90,5 @@ .R,text/plain .yml,text/plain .yaml,text/plain -.md,text/markdown +.md,text/plain +.htmlx,text/html |