diff options
| author | Paul Buetow <paul@buetow.org> | 2025-01-19 12:56:32 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-01-19 12:56:32 +0200 |
| commit | 9c616ae08ed4755cc7a28f5c3d51bb32e4991b07 (patch) | |
| tree | 29b44febf94417a3b04174760d60901c70d20085 | |
| parent | ecec64cf02192b0aa78836949412a0aa7c0cffe2 (diff) | |
use gemini as link text
| -rw-r--r-- | extras/html/header.html.part | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/html/header.html.part b/extras/html/header.html.part index b96076f..ac53882 100644 --- a/extras/html/header.html.part +++ b/extras/html/header.html.part @@ -9,5 +9,5 @@ </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> +View this page as <a href="%%MARKDOWN_BASE_URI%%%%CURRENT_PAGE%%.md">Markdown</a> | <a href="gemini://%%DOMAIN%%%%CURRENT_PAGE%%.gmi">Gemini</a> </p> |
