diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 17:22:34 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 17:22:34 +0100 |
| commit | de2cc0e283f346ec41ed1917879a6366bfdf0880 (patch) | |
| tree | 1649141b14cc985970b69775fea9f1b464caab5d /templates/page/credits.gohtml | |
| parent | 7e50f8489e3e5cd43b585f03a604c0a33af10eb9 (diff) | |
feat(credits): font source
Diffstat (limited to 'templates/page/credits.gohtml')
| -rw-r--r-- | templates/page/credits.gohtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/page/credits.gohtml b/templates/page/credits.gohtml index c3ed576..2d82734 100644 --- a/templates/page/credits.gohtml +++ b/templates/page/credits.gohtml @@ -10,5 +10,7 @@ {{ range $s := .Legal.ImagesSource }} <p>{{ . }}</p> {{ end }} + <h3>Font credits</h3> + <p>{{ .Legal.FontSource }}</p> </div> {{end}}
\ No newline at end of file |
