fix(mixins): Add locale/api and active link
This commit is contained in:
committed by
Benedikt Rötsch
parent
07c5cc77b0
commit
713f554609
@@ -12,7 +12,7 @@ block content
|
||||
a.active(href=`/courses`) All courses
|
||||
each category in categories
|
||||
li
|
||||
a(href=`/courses/categories/${category.sys.id}`) #{category.fields.title}
|
||||
a(href=`/courses/categories/${category.sys.id}${queryString}`) #{category.fields.title}
|
||||
section.wrapper-with-sidebar__content
|
||||
h1= title
|
||||
.courses.grid-list-small
|
||||
|
||||
Reference in New Issue
Block a user