mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
switched to Jinja2 templating
This commit is contained in:
@@ -11,6 +11,8 @@ from tqdm.auto import tqdm
|
|||||||
|
|
||||||
import cclicense
|
import cclicense
|
||||||
|
|
||||||
|
environment = Environment(loader=FileSystemLoader("templates/"))
|
||||||
|
|
||||||
_ROOT = "/data/pictures/"
|
_ROOT = "/data/pictures/"
|
||||||
_WEBROOT = "https://pictures.example.com/"
|
_WEBROOT = "https://pictures.example.com/"
|
||||||
_FOLDERICON = "https://www.svgrepo.com/show/400249/folder.svg"
|
_FOLDERICON = "https://www.svgrepo.com/show/400249/folder.svg"
|
||||||
|
|||||||
Reference in New Issue
Block a user