From 9ae2381d49aaff705fe5966de399f41fc7521798 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 28 Jul 2026 14:34:36 -0700 Subject: Add dates to home page --- template.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'template.html') diff --git a/template.html b/template.html index 2b1b899..1bf6217 100755 --- a/template.html +++ b/template.html @@ -84,6 +84,22 @@ $endif$ a:hover { color: var(--aqua-color); } + .article-date { + display: none; + } + #TOC a { + display: grid; + grid-template-columns: minmax(0, 1fr) 9em; + gap: 1em; + align-items: baseline; + } + #TOC .article-date { + display: block; + color: var(--comment-color); + text-align: right; + white-space: nowrap; + font-variant-numeric: tabular-nums; + } blockquote { color: var(--foreground-color); border-left: 4px solid var(--current-line-color); -- cgit v1.2.3