Renaming IDs to classes

This commit is contained in:
2017-11-24 19:34:58 +01:00
parent 7252055e4a
commit ce7754ffe4
6 changed files with 17 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
| {% macro navigation_tabs(title) %}
section#nav-tabs
nav#nav-tabs
ul#nav-tabs__list
li.nav-tabs__list-tab(
class="{% if title == 'homepage' %}active{% endif %}")