Compare commits
2 Commits
acd812fed1
...
52042c4c35
| Author | SHA1 | Date | |
|---|---|---|---|
|
52042c4c35
|
|||
|
9a9ac137ef
|
2
edit.py
2
edit.py
@@ -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"""
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user