Add correct class to start of nav menu

... which is 'navbar-end' for some reason
... and not the one used in the documentation... but our readers don't need to
be introduced to the craziness quite so quickly.
This commit is contained in:
benjamin melançon 2018-08-24 09:30:01 -04:00
parent b6c9a44774
commit f02d654b5e

View file

@ -1,3 +1,3 @@
{% extends "@bulma/block/block--system-menu-block.html.twig" %}
{% set attributes = attributes.addClass('navbar-menu') %}
{% set attributes = attributes.addClass('navbar-end') %}