diff options
author | Camil Staps | 2020-05-01 13:59:25 +0200 |
---|---|---|
committer | Camil Staps | 2020-05-01 13:59:25 +0200 |
commit | 886a58784b00c418c266bbe08bd9dfd6acbcd967 (patch) | |
tree | 395a4445fb1a4782a47d82324ccd2abe905823e4 /resources/pug/include | |
parent | Use brand icons for Academia.edu, Twitter, GitHub, and LinkedIn links (diff) |
Add attribution for all fonts
Diffstat (limited to 'resources/pug/include')
-rw-r--r-- | resources/pug/include/layout.pug | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/resources/pug/include/layout.pug b/resources/pug/include/layout.pug index 988e7b9..aad5c1a 100644 --- a/resources/pug/include/layout.pug +++ b/resources/pug/include/layout.pug @@ -22,9 +22,13 @@ html(lang="en") | Copyright © Camil Staps 2015–#{date.getFullYear()} • = "Last updated " + date.toDateString() p.text-center.greyed-out - | This page uses the SBL Hebrew font which is property of Tiro Typeworks. For details, see - a(href='https://www.sbl-site.org/educational/biblicalfonts.aspx', target='_blank') the information page - |. + | This page uses the + a(href='https://www.sbl-site.org/educational/biblicalfonts.aspx', target='_blank') SBL Hebrew font + | , + a(href='https://fontawesome.com', target='_blank') Font Awesome + | , and + a(href='https://jpswalsh.github.io/academicons/', target='_blank') Academicons + | . include foot.pug |