diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-14 14:48:13 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-14 14:48:13 +0100 |
| commit | 83a7fc5cf8eda929eef75305ec8435ecd228d2f4 (patch) | |
| tree | b7eda052aa52e57ac9de2139f728678e53912596 /templates/base/base.gohtml | |
| parent | 9787e1a1d5364ca056ec033f26e28a76ab6423e1 (diff) | |
feat(legal): merge legal and credits page
Diffstat (limited to 'templates/base/base.gohtml')
| -rw-r--r-- | templates/base/base.gohtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml index 9d97934..70b32af 100644 --- a/templates/base/base.gohtml +++ b/templates/base/base.gohtml @@ -14,7 +14,7 @@ {{template "body" .Data}} </div> <footer class="credits"> - <p>Crafted by <a href="https://www.anhgelus.world/" target="_blank">Anhgelus Morhtuuzh</a></p> + <p>Crafted by <a href="/legal" target="_blank">Anhgelus Morhtuuzh</a></p> </footer> <script type="module" src="{{getAssetPath "index.js"}}" defer></script> </body> |
