From ac42f10e48fb5adc6f8bd12375a05badba15d22a Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 24 Aug 2022 01:44:34 +0200 Subject: [PATCH] Added link to the raw version of a post and removed link to the parent blog --- html/post.page.tmpl | 6 +++--- public/main.css | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/html/post.page.tmpl b/html/post.page.tmpl index e8eee0c..40b7e3c 100644 --- a/html/post.page.tmpl +++ b/html/post.page.tmpl @@ -21,11 +21,11 @@ {{define "body"}}
-

{{.Title}}

+

{{.Title}} (raw)

- on - {{.BlogName}}

+ +
diff --git a/public/main.css b/public/main.css index e666a7a..dc7e9db 100644 --- a/public/main.css +++ b/public/main.css @@ -88,6 +88,10 @@ h1, h2, h3 { font-size: inherit; } +h1 .sub { + font-size: 0.6em; +} + hr { color: inherit; border: 0;