diff options
| author | Christian Cleberg <[email protected]> | 2025-12-30 23:04:50 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-12-30 23:04:50 -0600 |
| commit | 64c5e8592539d25d863079462ec1f4521349afe7 (patch) | |
| tree | 56ed7d218de51906a5ee3896753e64bf96dab052 /theme | |
| parent | 9f684dc2d51a67ac9668d06cb626641e1507237f (diff) | |
| download | cleberg.net-64c5e8592539d25d863079462ec1f4521349afe7.tar.gz cleberg.net-64c5e8592539d25d863079462ec1f4521349afe7.tar.bz2 cleberg.net-64c5e8592539d25d863079462ec1f4521349afe7.zip | |
add onion-location for git.cleberg.net
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/templates/base.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index 90160b2..3a9426a 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -31,9 +31,11 @@ <main id="main">{% block main %}{% endblock %}</main> <footer> <a href="https://stats.uptimerobot.com/OwOWs7HU0z">Status</a> · - <a href="https://git.cleberg.net/cleberg.net.git">Source</a> · + <a href="https://git.cleberg.net/cleberg.net.git"> + Source (<a href="http://3mria4zis7wal2g5rdbdjrkc4yso2xqd6t6psmfz3dpqwflmx3zts5id.onion/">Onion-Location</a>) + </a> · <a href="/feed.xml">RSS</a> · - <a href="http://sv3g2dlyvwyk2nvi3eeh55fcrpdvjlclhi6wwsx57cste6lwdjanzyyd.onion">Tor</a> + <a href="http://sv3g2dlyvwyk2nvi3eeh55fcrpdvjlclhi6wwsx57cste6lwdjanzyyd.onion">Onion-Location</a> </footer> </body> </html> |
