diff options
| author | Fuwn <[email protected]> | 2021-08-06 19:44:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-08-06 19:44:15 -0700 |
| commit | c55a6af6e36d06bfcab8961e74c042ab8075d249 (patch) | |
| tree | ef6e8a2a8338ae63bea19a3983218935e86638fd | |
| parent | feat(footer): link to tor hidden service (diff) | |
| download | space-c55a6af6e36d06bfcab8961e74c042ab8075d249.tar.xz space-c55a6af6e36d06bfcab8961e74c042ab8075d249.zip | |
chore(templates/footer): swap out onion link
| -rw-r--r-- | content/templates/default.gmi | 2 | ||||
| -rw-r--r-- | content/templates/error.gmi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/templates/default.gmi b/content/templates/default.gmi index 301c0f3..af160e4 100644 --- a/content/templates/default.gmi +++ b/content/templates/default.gmi @@ -31,6 +31,6 @@ Hits: {{ .Hits }} > Any and all opinions listed here are my own and not representitive of my employers; past, present, and future. => https://github.com/fuwn/space Source Code -=> http://yeas7sm3cmcpqbnbs4cp4ot2fqm6hllyjkhct4vjjnsu35le374u5vyd.onion Tor +=> http://fuwnme4wbs5x36jjf2usedw2zscozwhazykhyfkjsmudtb7egs3mb7yd.onion Tor {{ .Copyright }} diff --git a/content/templates/error.gmi b/content/templates/error.gmi index 9718a09..730ce96 100644 --- a/content/templates/error.gmi +++ b/content/templates/error.gmi @@ -37,6 +37,6 @@ Hits: {{ .Hits }} > Any and all opinions listed here are my own and not representitive of my employers; past, present, and future. => https://github.com/fuwn/space Source Code -=> http://yeas7sm3cmcpqbnbs4cp4ot2fqm6hllyjkhct4vjjnsu35le374u5vyd.onion Tor +=> http://fuwnme4wbs5x36jjf2usedw2zscozwhazykhyfkjsmudtb7egs3mb7yd.onion Tor {{ .Copyright }} |