docs: template file option in config.py
icyphox icyph0x@protonmail.com
Thu, 22 Mar 2018 15:52:51 +0530
2 files changed,
2 insertions(+),
1 deletions(-)
M
vite/vite.py
→
vite/vite.py
@@ -54,7 +54,7 @@ title = ''
author = '' header = '' footer = '' -template = 'index.html' # name of template +template = 'index.html' # default is index.html """)