Fixed wrong version
This commit is contained in:
		
							
								
								
									
										2
									
								
								build.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								build.py
									
									
									
									
									
								
							@@ -109,7 +109,7 @@ def build():
 | 
				
			|||||||
    gallery_html = render_gallery_images(gallery_images)
 | 
					    gallery_html = render_gallery_images(gallery_images)
 | 
				
			||||||
    gallery = render_template(TEMPLATE_DIR / "gallery.html", {"gallery_images": gallery_html})
 | 
					    gallery = render_template(TEMPLATE_DIR / "gallery.html", {"gallery_images": gallery_html})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    signature = f"<!-- Build with Lumeex v0.2 | https://git.djeex.fr/Djeex/lumeex | {build_date} -->"
 | 
					    signature = f"<!-- Build with Lumeex v1.0 | https://git.djeex.fr/Djeex/lumeex | {build_date} -->"
 | 
				
			||||||
    body = f"""
 | 
					    body = f"""
 | 
				
			||||||
    <body>
 | 
					    <body>
 | 
				
			||||||
        <div class="page-loader"><div class="spinner"></div></div>
 | 
					        <div class="page-loader"><div class="spinner"></div></div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user