1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2026-02-22 12:54:48 +01:00

improved padding for figures

This commit is contained in:
2024-04-15 03:27:10 +02:00
parent 488602b4e2
commit 039b945589
2 changed files with 4 additions and 1 deletions

View File

@@ -87,7 +87,6 @@ def gen_index_string():
if file.endswith(".html"):
for line in text:
content_string += line
content_string += "<br>"
if file.endswith(".md"):
content_string += gen_md_content(file, 2)
content_string += "</div>"