Site.getAll created, basic Index generating
This commit is contained in:
@ -3,5 +3,8 @@ extends layout
|
||||
block content
|
||||
h1= title
|
||||
p Welcome to #{title}
|
||||
|
||||
each site in sites
|
||||
h3= site.site
|
||||
|
||||
include footer.pug
|
||||
|
Reference in New Issue
Block a user