edit test line
All checks were successful
Modelari site build and deploy / Build-site (push) Successful in 14s

This commit is contained in:
2025-07-16 01:19:35 +02:00
parent c6591219e6
commit dcc3ee8b55
2 changed files with 7 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ def submit_content():
return
full_entry = f"{new_entry}\n{image_tag}" if image_tag else new_entry
new_html = html_content.replace(HTML_INSERT_TAG, f"{HTML_INSERT_TAG}\n{full_entry}")
new_html = html_content.replace(HTML_INSERT_TAG, f"{HTML_INSERT_TAG}\n{full_entry}\n<hr>")
with open(html_file_path, 'w', encoding='utf-8') as f:
f.write(new_html)