diff options
Diffstat (limited to 'templates/page/credits.gohtml')
| -rw-r--r-- | templates/page/credits.gohtml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/page/credits.gohtml b/templates/page/credits.gohtml deleted file mode 100644 index 2d82734..0000000 --- a/templates/page/credits.gohtml +++ /dev/null @@ -1,16 +0,0 @@ -{{define "body"}} - <div class="credits-legal"> - <h2>Credits</h2> - <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 |
