Site.getAll created, basic Index generating

This commit is contained in:
2020-01-05 16:10:46 -05:00
parent 2ee5504efc
commit 78ae7f3a03
5 changed files with 28 additions and 3 deletions

View File

@ -3,5 +3,8 @@ extends layout
block content
h1= title
p Welcome to #{title}
each site in sites
h3= site.site
include footer.pug

View File

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