aboutsummaryrefslogtreecommitdiff
path: root/templates/page/index.gohtml
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-13 13:50:19 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-13 13:50:19 +0100
commit498a4ef4ca892e76eeea6db123ef3fe982688f85 (patch)
tree4c59cde0f6d0dab00bbd46deb0e35dad4dbefb07 /templates/page/index.gohtml
parentd9d7ab50c55fe913ec0460b88c6bb927c317858a (diff)
feat(links): legal info and credits in card
Diffstat (limited to 'templates/page/index.gohtml')
-rw-r--r--templates/page/index.gohtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml
index dee6782..b5f964f 100644
--- a/templates/page/index.gohtml
+++ b/templates/page/index.gohtml
@@ -19,8 +19,16 @@
</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