From a5e5452dffd34837ebb228244edefbcb5df1b94f Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Fri, 1 Mar 2024 22:14:11 +0100 Subject: Add date marker in template --- $template.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/$template.html b/$template.html index c340ecd..9eb8665 100644 --- a/$template.html +++ b/$template.html @@ -105,6 +105,12 @@ pre > code { vertical-align: top; padding-bottom: 1em; } +#date-marker { + margin-top: 50px; + text-align: right; + font-style: italic; + color: #444; +} footer { margin-top: 8em; padding-bottom: 2em; @@ -127,6 +133,10 @@ footer a {
+ +
+ +