dependency clean up

v2.2
Steve Nyemba 2 months ago
parent 74e0e2faf9
commit 588e7897f4

@ -2,7 +2,7 @@
import base64
import os
import json
import meta
# import meta
from cms.engine import themes
# def make (**_args):
# """
@ -94,10 +94,11 @@ def _index (_path,root):
"""
Creating a default index.html for the site given the project root location
"""
import cms
_html = f"""
<div align="center">
<div class="large-text">Thank you for considering QCMS</div>
<div>version {meta.__version__} by {meta.__author__}, {meta.__email__}</div>
<div>version {cms.meta.__version__} by {cms.meta.__author__}, {cms.meta.__email__}</div>
</div>
<p>

Loading…
Cancel
Save