include /mixins.pug
doctype html
html(lang="en")
head
include head.pug
body
.container
block titleContainer
header
h1
block titleHeading
block title
| Camil Staps
block content
- var date = new Date()
hr
footer.footer
p.text-center
| Copyright © Camil Staps 2015–#{date.getFullYear()} •
= "Last updated " + date.toDateString()
p.text-center.greyed-out
| 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
block js
script(src='/assets/js/jquery.slim.min.js')
script(src='/assets/js/carousel.min.js')
script(src='/assets/js/modal.min.js')