Skip to content
Snippets Groups Projects
Commit 23378a56 authored by Nedjo Rogers's avatar Nedjo Rogers Committed by Nedjo Rogers
Browse files

Issue #3056764 by nedjo: Restore block-system-branding-block class

parent 04d4a739
No related branches found
Tags 8.x-1.0-beta2
No related merge requests found
......@@ -15,7 +15,14 @@
* @ingroup themeable
*/
#}
{% set classes = ['navbar-item'] %}
{% set classes = classes ?? [] %}
{%
set classes = classes|merge([
'block-' ~ configuration.provider|clean_class,
'block-' ~ plugin_id|clean_class,
'navbar-item',
])
%}
{% block content %}
{% if site_logo %}
<figure class="image is-pulled-left">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment