updated footer with 'made with' and 'copyright' links

This commit is contained in:
2020-01-05 02:31:54 -05:00
parent 19c91b0a9e
commit a304866b11
2 changed files with 9 additions and 4 deletions

View File

@@ -2,9 +2,10 @@ extends layout
block content
h1= site.site
h3= "Date Inscribed: " + site.date_inscribed
h4= "Located: " + site.latitude + " " + site.longitude
h5= site.category
.content
p #{site.description}
//- p(unescaped!= #{site.description})
include footer.pug