diff --git a/views/footer.pug b/views/footer.pug
index b42c45b..d1906cd 100644
--- a/views/footer.pug
+++ b/views/footer.pug
@@ -1 +1,5 @@
-h4= "Sean Clarke"
+- url = "http://seanland.ca"
+p Made with #[a(href=url) ©️ Sean Clarke] Copyright: #[a(href=url) ©️ Sean Clarke]
+
+p
+
Buy me a coffee
diff --git a/views/site.pug b/views/site.pug
index f10c73c..97edebb 100644
--- a/views/site.pug
+++ b/views/site.pug
@@ -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