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
19
templates/page/legal.gohtml
Normal file
19
templates/page/legal.gohtml
Normal file
|
@ -0,0 +1,19 @@
|
|||
{{define "body"}}
|
||||
<div class="credits-legal">
|
||||
<h2>Legal information</h2>
|
||||
<p>
|
||||
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>
|
||||
</div>
|
||||
{{end}}
|
Loading…
Add table
Add a link
Reference in a new issue