diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-29 23:14:36 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-29 23:14:36 +0200 |
| commit | 05702da478d3fadd6a75586132a26442391f0455 (patch) | |
| tree | fbeb60fb41bea29cec9f3b63f01aa0f0c2e6adb0 /extras/html | |
| parent | e08ffccf5f0582ba9479628c937412d1f438768b (diff) | |
add links to Markdown and Gemtext versions of this page on the page headers
Diffstat (limited to 'extras/html')
| -rw-r--r-- | extras/html/header.html.part | 3 | ||||
| -rw-r--r-- | extras/html/themes/business/style.css | 4 | ||||
| -rw-r--r-- | extras/html/themes/future/style.css | 5 |
3 files changed, 12 insertions, 0 deletions
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 @@ <link rel="stylesheet" href="%%STYLESHEET_OVERRIDE%%" /> </head> <body> +<p class="header"> +View this page as <a href="%%MARKDOWN_BASE_URI%%%%CURRENT_PAGE%%.md">Markdown</a> | <a href="gemini://%%DOMAIN%%%%CURRENT_PAGE%%.gmi">Gemtext</a> +</p> 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; } + |
