summaryrefslogtreecommitdiff
path: root/extras/html/header.html.part
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-29 23:14:36 +0200
committerPaul Buetow <paul@buetow.org>2024-12-29 23:14:36 +0200
commit05702da478d3fadd6a75586132a26442391f0455 (patch)
treefbeb60fb41bea29cec9f3b63f01aa0f0c2e6adb0 /extras/html/header.html.part
parente08ffccf5f0582ba9479628c937412d1f438768b (diff)
add links to Markdown and Gemtext versions of this page on the page headers
Diffstat (limited to 'extras/html/header.html.part')
-rw-r--r--extras/html/header.html.part3
1 files changed, 3 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>