added info to index, changed footer url
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user