feat(legal): merge legal and credits page
This commit is contained in:
parent
9787e1a1d5
commit
83a7fc5cf8
4 changed files with 9 additions and 14 deletions
|
@ -18,17 +18,9 @@
|
|||
<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