From 9747eaa84f3cbec2267317fd98cda991c427f190 Mon Sep 17 00:00:00 2001 From: a73x Date: Sun, 25 Aug 2024 15:14:42 +0100 Subject: post 3 --- templates/layouts/default.html | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'templates/layouts/default.html') diff --git a/templates/layouts/default.html b/templates/layouts/default.html index b12c520..8275843 100644 --- a/templates/layouts/default.html +++ b/templates/layouts/default.html @@ -21,16 +21,18 @@ max-width: 70ch; font-family: "Mono"; } + pre { font-family: "Mono"; color: crimson; background-color: #f1f1f1; padding: 2px; - } - pre code { - background: none; - } + } + + pre code { + background: none; + } code { font-family: "Mono"; @@ -51,9 +53,19 @@ - {{ template "header.html" . }} +

a73x

+ {{ template "content" . }} + -{{end}} +{{end}} \ No newline at end of file -- cgit v1.2.3