all repos — site @ 46052e02e5f0e28ab8b07810d7c5185ebd3e33a1

source for my site, found at icyphox.sh

style: minor fixes
Anirudh Oppiliappan x@icyphox.sh
Mon, 04 Apr 2022 17:44:13 +0530
commit

46052e02e5f0e28ab8b07810d7c5185ebd3e33a1

parent

7cf4e06190a8c117155c0610498162ef77f04993

2 files changed, 2 insertions(+), 6 deletions(-)

jump to
M static/style.cssstatic/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.htmltemplates/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" }}