diff options
Diffstat (limited to 'templates/page/index.gohtml')
| -rw-r--r-- | templates/page/index.gohtml | 8 |
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 |
