diff options
| author | Fuwn <[email protected]> | 2021-07-15 00:18:44 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-15 00:18:44 +0000 |
| commit | f2fef47ad7e7648000fee7e9cbea901df597b591 (patch) | |
| tree | a06b81b93cd0ad0862837239323430a13979a053 | |
| parent | fix(database): delete database files (diff) | |
| download | space-f2fef47ad7e7648000fee7e9cbea901df597b591.tar.xz space-f2fef47ad7e7648000fee7e9cbea901df597b591.zip | |
feat(templates): add source code link to footer
| -rw-r--r-- | content/templates/default.gmi | 2 | ||||
| -rw-r--r-- | content/templates/error.gmi | 2 |
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 }} |