diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-10 10:56:47 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-10 10:56:47 +0100 |
| commit | 2d74d8afc321cf84fd5710314bfa6a9ff3c10a32 (patch) | |
| tree | ca366fc817e80a96526932131de3bc810d287cc3 /templates/page/legal.gohtml | |
| parent | f98647cabbd3af21acbb801fcbd65548690bd4c7 (diff) | |
refactor(pages): use html instead of json to render legal
Diffstat (limited to 'templates/page/legal.gohtml')
| -rw-r--r-- | templates/page/legal.gohtml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/templates/page/legal.gohtml b/templates/page/legal.gohtml index 0e37f49..8b617ab 100644 --- a/templates/page/legal.gohtml +++ b/templates/page/legal.gohtml @@ -2,18 +2,10 @@ <div class="credits-legal" style="{{ .GetBackground }}"> <h2>Legal information</h2> <p> - Other legal information are available <a href="{{ .Legal.LegalInformationLink }}" target="_blank">here</a>. - </p> - <p> The software behind this website was made by <a href="https://www.anhgelus.world/" target="_blank">Anhgelus Morhtuuzh</a>. It is available on <a href="https://github.com/anhgelus/now">GitHub</a> for free and licensed under the <a href="https://github.com/anhgelus/now/blob/main/LICENSE" target="_blank">AGPL</a> license. </p> - <h3>Image credits</h3> - {{ range $s := .Legal.ImagesSource }} - <p>{{ . }}</p> - {{ end }} - <h3>Font credits</h3> - <p>{{ .Legal.FontSource }}</p> + {{ .GetLegal }} </div> {{end}} |
