Add new CSS and watch tasks

This commit is contained in:
Tom Raithel
2017-01-25 21:05:21 +01:00
parent 4766ec7774
commit 7275a9ce25
15 changed files with 42 additions and 42 deletions

View File

@@ -10,5 +10,7 @@ block content
h4= translate(quadrantName)
ul
each radarItem, itemName in quadrant
li
a(href='/' + quadrantName + '/' + itemName + '.html')= radarItem.attributes.title
if radarItem.attributes.isFeatured === true
li
a(href='/' + quadrantName + '/' + itemName + '.html')
= radarItem.attributes.title