diff options
| author | Fuwn <[email protected]> | 2021-08-06 12:58:33 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-08-06 12:58:33 -0700 |
| commit | 7aebe8c40ef5f276d461ee9063ef15cc5ef91bd0 (patch) | |
| tree | 03fb88faef33a21dbf157e7ef5d656a5c85a73e9 | |
| parent | feat(handler): create favicon.ico (diff) | |
| download | space-7aebe8c40ef5f276d461ee9063ef15cc5ef91bd0.tar.xz space-7aebe8c40ef5f276d461ee9063ef15cc5ef91bd0.zip | |
feat(footer): link to tor hidden service
| -rw-r--r-- | content/templates/default.gmi | 11 | ||||
| -rw-r--r-- | content/templates/error.gmi | 11 |
2 files changed, 12 insertions, 10 deletions
diff --git a/content/templates/default.gmi b/content/templates/default.gmi index 0625602..301c0f3 100644 --- a/content/templates/default.gmi +++ b/content/templates/default.gmi @@ -1,12 +1,12 @@ ``` -______ -| ___| -| |_ _ ___ ___ __ ___ _ __ __ _ ___ ___ +______ +| ___| +| |_ _ ___ ___ __ ___ _ __ __ _ ___ ___ | _| | | \ \ /\ / / '_ \ / __| '_ \ / _` |/ __/ _ \ | | | |_| |\ V V /| | | |_\__ \ |_) | (_| | (_| __/ \_| \__,_| \_/\_/ |_| |_(_)___/ .__/ \__,_|\___\___| - | | - |_| + | | + |_| ``` {{ .Content }} @@ -31,5 +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 {{ .Copyright }} diff --git a/content/templates/error.gmi b/content/templates/error.gmi index 429d796..9718a09 100644 --- a/content/templates/error.gmi +++ b/content/templates/error.gmi @@ -1,12 +1,12 @@ ``` -______ -| ___| -| |_ _ ___ ___ __ ___ _ __ __ _ ___ ___ +______ +| ___| +| |_ _ ___ ___ __ ___ _ __ __ _ ___ ___ | _| | | \ \ /\ / / '_ \ / __| '_ \ / _` |/ __/ _ \ | | | |_| |\ V V /| | | |_\__ \ |_) | (_| | (_| __/ \_| \__,_| \_/\_/ |_| |_(_)___/ .__/ \__,_|\___\___| - | | - |_| + | | + |_| ``` # ERROR {{ .Error }} @@ -37,5 +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 {{ .Copyright }} |