diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-09 22:58:32 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-09 22:58:32 +0100 |
| commit | a47b7fa697b16c2d745e6b3fbc9a7d214280964b (patch) | |
| tree | 894b1fd59e7d02959265937fa37f56c8f89835c3 /templates | |
| parent | 892858567f0b5bc8719801bacd1e81d4334c2c7e (diff) | |
feat(credits): credits on all pages
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base/base.gohtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml index f8c6678..581c2b0 100644 --- a/templates/base/base.gohtml +++ b/templates/base/base.gohtml @@ -11,6 +11,10 @@ </head> <body> {{template "body" .Data}} + <div class="credits"> + <p>Crafted by <a href="https://www.anhgelus.world/" target="_blank">Anhgelus Morhtuuzh</a></p> + <p><a href="/legal">Legal information</a></p> + </div> <script type="module" src="{{getAssetPath "index.js"}}" defer></script> </body> </html> |
