Compare commits

...

2 Commits

Author SHA1 Message Date
52042c4c35 first news + edit.py edit
All checks were successful
Modelari site build and deploy / Build-site (push) Successful in 8s
2025-07-16 01:01:34 +02:00
9a9ac137ef first news 2025-07-16 00:59:39 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ def submit_content():
# if not html_file_path: # if not html_file_path:
# return # return
html_file_path = './home.html' html_file_path = './index.html'
if not img_lib: if not img_lib:
new_entry = f""" new_entry = f"""

View File

@@ -30,6 +30,11 @@
<ul> <ul>
<!-- INSERT HERE --> <!-- INSERT HERE -->
<li><i>16.7.2025</i></li>
<li><b>Spuštění stránek</b></li>
<li>Slavnostně oznamujeme spuštění kroužkových stránek</li>
</ul> </ul>
</section> </section>
</main> </main>