From 40f8a10d92f4941847830472f0fcc0c7d9855019 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 14 Jan 2023 10:49:30 -0300 Subject: Improved website with new index --- themes/archie/layouts/_default/single.html | 1 + themes/archie/static/css/main.css | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) (limited to 'themes/archie') diff --git a/themes/archie/layouts/_default/single.html b/themes/archie/layouts/_default/single.html index 1bebdd7..e9ec6a5 100644 --- a/themes/archie/layouts/_default/single.html +++ b/themes/archie/layouts/_default/single.html @@ -4,6 +4,7 @@

{{ .Title }}

Posted on {{ dateFormat "Jan 2, 2006" .Date }}{{ if .Draft }} DRAFT {{ end }}
+
Last updated on {{ dateFormat "Jan 2, 2006" .Lastmod }}
{{ if isset .Params "tldr" }}
diff --git a/themes/archie/static/css/main.css b/themes/archie/static/css/main.css index 97bbe5d..96d0cbf 100644 --- a/themes/archie/static/css/main.css +++ b/themes/archie/static/css/main.css @@ -9,7 +9,7 @@ html { color: #232333; font-family: 'Roboto Mono', monospace; - font-size: 15px; + font-size: 14px; line-height: 1.6em; } body{ @@ -291,3 +291,20 @@ content: 'Markdown'; background: royalblue; color: whitesmoke ; } +.title .meta { + color: grey; + font-size: 12px; +} +#artlist .artlist-date { + color: grey; +} +dd a { + border-bottom: 0px; +} +dd a:hover { + background-color: transparent; + color: #fff; +} +dd a img { + border: 0px; +} -- cgit v1.2.3