diff options
Diffstat (limited to 'resources/pug')
-rw-r--r-- | resources/pug/finals/index.pug | 2 | ||||
-rw-r--r-- | resources/pug/include/layout.pug | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 2fc3c44..30c92a1 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -3,7 +3,7 @@ extends /layout.pug block content img#profile(alt="Camil Staps", style="float:left;", src="/assets/img/profile-300x300.png", width="170") div#basicinfo - p Freelance programmer; student #[a(href="http://www.ru.nl/english/education/masters/software-science/") Software Science] and #[a(href="http://www.mastersinleiden.nl/programmes/hebrew-and-aramaic-studies-research/en/introduction") Hebrew and Aramaic studies] + p Student #[a(href="http://www.ru.nl/english/education/masters/software-science/") Software Science] and #[a(href="http://www.mastersinleiden.nl/programmes/hebrew-and-aramaic-studies-research/en/introduction") Hebrew and Aramaic studies] p span.tt info@camilstaps.nl p diff --git a/resources/pug/include/layout.pug b/resources/pug/include/layout.pug index e6ecc65..988e7b9 100644 --- a/resources/pug/include/layout.pug +++ b/resources/pug/include/layout.pug @@ -21,6 +21,10 @@ html(lang="en") p.text-center | 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 + |. include foot.pug |