diff --git a/src/content.py b/src/content.py index e39410f..99f3a77 100644 --- a/src/content.py +++ b/src/content.py @@ -87,7 +87,6 @@ def gen_index_string(): if file.endswith(".html"): for line in text: content_string += line - content_string += "
" if file.endswith(".md"): content_string += gen_md_content(file, 2) content_string += "" diff --git a/src/static/css/style.css b/src/static/css/style.css index 23140ab..59eea4c 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -175,6 +175,10 @@ figure { padding:20px; } +.entry figure:last-child { + padding-bottom:0 +} + ul { padding-left:20px; }