feat(links): legal info and credits in card
This commit is contained in:
parent
d9d7ab50c5
commit
498a4ef4ca
3 changed files with 14 additions and 3 deletions
|
@ -18,9 +18,17 @@
|
|||
<a href="{{ .Link }}" style="{{ .GetLinkColor }}">{{ .Content }}</a>
|
||||
</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}}
|
Loading…
Add table
Add a link
Reference in a new issue