aboutsummaryrefslogtreecommitdiff
path: root/templates/page/credits.gohtml
blob: c3ed5760a78ba195b8d19d60d7cb7538bb25dd40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{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 }}
    </div>
{{end}}