Compare commits
3 Commits
v1.1
...
224441f629
Author | SHA1 | Date | |
---|---|---|---|
224441f629 | |||
b378e9a386 | |||
2749302082 |
3
build.py
3
build.py
@ -29,6 +29,7 @@ def build():
|
||||
|
||||
# Defining build vars
|
||||
build_date = datetime.now().strftime("%Y%m%d%H%M%S")
|
||||
build_date_version = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
||||
site_vars = load_yaml(SITE_FILE)
|
||||
gallery_sections = load_yaml(GALLERY_FILE)
|
||||
build_section = site_vars.get("build", {})
|
||||
@ -121,7 +122,7 @@ def build():
|
||||
gallery_html = render_gallery_images(gallery_images)
|
||||
gallery = render_template(TEMPLATE_DIR / "gallery.html", {"gallery_images": gallery_html})
|
||||
|
||||
signature = f"<!-- Build with Lumeex v1.0 | https://git.djeex.fr/Djeex/lumeex | {build_date} -->"
|
||||
signature = f"<!-- Build with Lumeex v1.1 | https://git.djeex.fr/Djeex/lumeex | {build_date_version} -->"
|
||||
body = f"""
|
||||
<body>
|
||||
<div class="page-loader"><div class="spinner"></div></div>
|
||||
|
@ -486,6 +486,10 @@ h2 {
|
||||
font-size:18px;
|
||||
}
|
||||
|
||||
.section img {
|
||||
margin: 0px 0 60px 0;
|
||||
}
|
||||
|
||||
.tag {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user