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