updated footer with 'made with' and 'copyright' links
This commit is contained in:
parent
19c91b0a9e
commit
a304866b11
@ -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
|
||||
<style>.bmc-button img{width: 27px !important;margin-bottom: 1px !important;box-shadow: none !important;border: none !important;vertical-align: middle !important;}.bmc-button{line-height: 36px !important;height:37px !important;text-decoration: none !important;display:inline-flex !important;color:#ffffff !important;background-color:#000000 !important;border-radius: 3px !important;border: 1px solid transparent !important;padding: 1px 9px !important;font-size: 23px !important;letter-spacing: 0.6px !important;box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;margin: 0 auto !important;font-family:'Cookie', cursive !important;-webkit-box-sizing: border-box !important;box-sizing: border-box !important;-o-transition: 0.3s all linear !important;-webkit-transition: 0.3s all linear !important;-moz-transition: 0.3s all linear !important;-ms-transition: 0.3s all linear !important;transition: 0.3s all linear !important;}.bmc-button:hover, .bmc-button:active, .bmc-button:focus {-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;text-decoration: none !important;box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;opacity: 0.85 !important;color:#ffffff !important;}</style><link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet"><a class="bmc-button" target="_blank" href="https://www.buymeacoffee.com/seanland"><img src="https://www.buymeacoffee.com/assets/img/BMC-btn-logo.svg" alt="Buy me a coffee"><span style="margin-left:5px">Buy me a coffee</span></a>
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user