diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-14 14:48:13 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-14 14:48:13 +0100 |
| commit | 83a7fc5cf8eda929eef75305ec8435ecd228d2f4 (patch) | |
| tree | b7eda052aa52e57ac9de2139f728678e53912596 /templates/page/legal.gohtml | |
| parent | 9787e1a1d5364ca056ec033f26e28a76ab6423e1 (diff) | |
feat(legal): merge legal and credits page
Diffstat (limited to 'templates/page/legal.gohtml')
| -rw-r--r-- | templates/page/legal.gohtml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/page/legal.gohtml b/templates/page/legal.gohtml new file mode 100644 index 0000000..2769431 --- /dev/null +++ b/templates/page/legal.gohtml @@ -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}}
\ No newline at end of file |
