diff options
Diffstat (limited to 'templates/page/legal.gohtml')
| -rw-r--r-- | templates/page/legal.gohtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page/legal.gohtml b/templates/page/legal.gohtml index 6452f5f..0e37f49 100644 --- a/templates/page/legal.gohtml +++ b/templates/page/legal.gohtml @@ -1,5 +1,5 @@ {{define "body"}} - <div class="credits-legal"> + <div class="credits-legal" style="{{ .GetBackground }}"> <h2>Legal information</h2> <p> Other legal information are available <a href="{{ .Legal.LegalInformationLink }}" target="_blank">here</a>. @@ -16,4 +16,4 @@ <h3>Font credits</h3> <p>{{ .Legal.FontSource }}</p> </div> -{{end}}
\ No newline at end of file +{{end}} |
