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/header.html.part | |
| parent | e08ffccf5f0582ba9479628c937412d1f438768b (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.part | 3 |
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> |
