diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-02 10:33:31 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-02 10:33:31 +0200 |
| commit | 46dc7a63480834aafdcecb3cd4e846e6ce7d4320 (patch) | |
| tree | c09b49afc87f09487a4acd2a2cc8112716a92b3e | |
| parent | 9c616ae08ed4755cc7a28f5c3d51bb32e4991b07 (diff) | |
add go to home link
| -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 ac53882..029cb83 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">Gemini</a> +<a href="https://%%DOMAIN%%">Go to home</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> |
