Commits (2)
This diff is collapsed.
......@@ -28,11 +28,14 @@ main {
hr {
clear: both;
width: 80%;
margin-top: 2rem;
margin-bottom: 2rem;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
margin-top: 2.5rem;
margin-top: 3rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
......
......@@ -356,7 +356,6 @@ def commits(month_start, month_end, project, path="."):
if skip:
continue
title = title.replace("_", "\_")
if title.endswith("."):
title = title[:-1]
......