adding centered title for site.pug

This commit is contained in:
Sean Clarke 2020-01-08 15:57:29 -05:00
parent 21fb5b3876
commit b3a9b7c306
2 changed files with 2 additions and 2 deletions

View File

@ -68,6 +68,6 @@ span.num {
color: var(--neon-purple)
}
#footer {
#title, #footer {
text-align: center;
}

View File

@ -1,7 +1,7 @@
extends layout
block content
h1= site.site
h1(id="title")= site.site
img(src= site.img_url alt= site.site)
h3= "Date Inscribed: " + site.date_inscribed
h4= "Located: " + site.latitude + " " + site.longitude