style: minor fixes
Anirudh Oppiliappan x@icyphox.sh
Mon, 04 Apr 2022 17:44:13 +0530
2 files changed,
2 insertions(+),
6 deletions(-)
M
static/style.css
→
static/style.css
@@ -173,7 +173,7 @@ text-decoration: none;
} td { - padding: 2px 11px 0 11px; + padding: 7px 11px 0 11px; } td:first-child {@@ -189,10 +189,6 @@ white-space: nowrap;
vertical-align: baseline; color: var(--gray); text-transform: lowercase; -} - -.index-post { - padding-bottom: 7px; } header {
M
templates/blog.html
→
templates/blog.html
@@ -18,7 +18,7 @@ {{ .Body }}
<table> {{ range $_, $post := .Posts }} <tr> - <td align="left" class="index-post"> + <td align="left"> <a href=/blog/{{ index $post.Meta "slug" }}>{{ index $post.Meta "title" }}</a> </td> {{ $dateStr := index $post.Meta "date" }}