diff options
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 |