tweaked index, inline site/state, changed colours

This commit is contained in:
2020-01-08 10:37:24 -05:00
parent 571a65986c
commit c219347305
4 changed files with 57 additions and 28 deletions

View File

@@ -4,9 +4,9 @@ block content
h1= title
h2= "Sites: " + sites.length
each site in sites
h3= site.site
h3 #[a(href="/sites/" + site.slug) #{site.site}]
//- Commmand list of all the states
h5
- var states = site.states.split(',')