aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-07-15 00:18:44 +0000
committerFuwn <[email protected]>2021-07-15 00:18:44 +0000
commitf2fef47ad7e7648000fee7e9cbea901df597b591 (patch)
treea06b81b93cd0ad0862837239323430a13979a053
parentfix(database): delete database files (diff)
downloadspace-f2fef47ad7e7648000fee7e9cbea901df597b591.tar.xz
space-f2fef47ad7e7648000fee7e9cbea901df597b591.zip
feat(templates): add source code link to footer
-rw-r--r--content/templates/default.gmi2
-rw-r--r--content/templates/error.gmi2
2 files changed, 4 insertions, 0 deletions
diff --git a/content/templates/default.gmi b/content/templates/default.gmi
index 00115d9..197e140 100644
--- a/content/templates/default.gmi
+++ b/content/templates/default.gmi
@@ -27,4 +27,6 @@ Hits: {{ .Hits }}
{{ end }}
> 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
+
{{ .Copyright }}
diff --git a/content/templates/error.gmi b/content/templates/error.gmi
index 0ae4eb9..7d29ce6 100644
--- a/content/templates/error.gmi
+++ b/content/templates/error.gmi
@@ -33,4 +33,6 @@ Hits: {{ .Hits }}
{{ end }}
> 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
+
{{ .Copyright }}