From a304866b114b0a3283d6194c0bdffab2a3604ee6 Mon Sep 17 00:00:00 2001 From: Sean Clarke Date: Sun, 5 Jan 2020 02:31:54 -0500 Subject: [PATCH] updated footer with 'made with' and 'copyright' links --- views/footer.pug | 6 +++++- views/site.pug | 7 ++++--- 2 files changed, 9 insertions(+), 4 deletions(-) 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 coffeeBuy 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