From 05702da478d3fadd6a75586132a26442391f0455 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 29 Dec 2024 23:14:36 +0200 Subject: add links to Markdown and Gemtext versions of this page on the page headers --- extras/html/header.html.part | 3 +++ extras/html/themes/business/style.css | 4 ++++ extras/html/themes/future/style.css | 5 +++++ 3 files changed, 12 insertions(+) (limited to 'extras') diff --git a/extras/html/header.html.part b/extras/html/header.html.part index 03ac281..b96076f 100644 --- a/extras/html/header.html.part +++ b/extras/html/header.html.part @@ -8,3 +8,6 @@ +

+View this page as Markdown | Gemtext +

diff --git a/extras/html/themes/business/style.css b/extras/html/themes/business/style.css index 3fbbf03..e43aa19 100644 --- a/extras/html/themes/business/style.css +++ b/extras/html/themes/business/style.css @@ -124,6 +124,10 @@ span.inlinecode { color: #333; } +.header { + font-family: handnotes; +} + .footer { font-family: handnotes; } diff --git a/extras/html/themes/future/style.css b/extras/html/themes/future/style.css index b8e2569..18b49b2 100644 --- a/extras/html/themes/future/style.css +++ b/extras/html/themes/future/style.css @@ -143,6 +143,11 @@ span.inlinecode { color: #00d4ff; } +.header { + font-family: handnotes; +} + .footer { font-family: handnotes; } + -- cgit v1.2.3