aboutsummaryrefslogtreecommitdiff
path: root/templates/page/index.gohtml
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-14 14:48:13 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-14 14:48:13 +0100
commit83a7fc5cf8eda929eef75305ec8435ecd228d2f4 (patch)
treeb7eda052aa52e57ac9de2139f728678e53912596 /templates/page/index.gohtml
parent9787e1a1d5364ca056ec033f26e28a76ab6423e1 (diff)
feat(legal): merge legal and credits page
Diffstat (limited to 'templates/page/index.gohtml')
-rw-r--r--templates/page/index.gohtml8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml
index b5f964f..dee6782 100644
--- a/templates/page/index.gohtml
+++ b/templates/page/index.gohtml
@@ -19,16 +19,8 @@
</div>
{{ end }}
<div class="link" style="{{ .Color.Button.GetBackground }}">
- <a href="{{ .Legal.LegalInformationLink }}" target="_blank" style="{{ .Color.Button.GetTextColor }}">
- Legal information
- </a>
- </div>
- <div class="link" style="{{ .Color.Button.GetBackground }}">
<a href="/tags" style="{{ .Color.Button.GetTextColor }}">Tags</a>
</div>
- <div class="link" style="{{ .Color.Button.GetBackground }}">
- <a href="/credits" style="{{ .Color.Button.GetTextColor }}">Credits</a>
- </div>
</div>
</main>
{{end}} \ No newline at end of file