added info to index, changed footer url

This commit is contained in:
2020-01-06 16:17:29 -05:00
parent 8b84fa4848
commit 7ba5c364ad
2 changed files with 12 additions and 1 deletions

View File

@ -4,7 +4,16 @@ block content
h1= title
p Welcome to #{title}
h2= sites.length
each site in sites
h3= site.site
//- Commmand list of all the states
h5
- var states = site.states.split(',')
- for (var i = 0; i < states.length; i++)
| #{states[i]}
if (i + 1 < states.length)
| ,
include footer.pug