Skip to content

Commit

Permalink
Update navigation-blocks-BEM.html.twig
Browse files Browse the repository at this point in the history
Entferne ungewolltes whitespace stripping
  • Loading branch information
megatronCGN authored Jan 13, 2022
1 parent e47ad89 commit 441b0b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
{# level int #}
{%- block navigation_link -%}
{%- if block('navigation_url') -%}
<a {%- if node.isActiveNode and block('navigation_url') -%}aria-current="page"{%- endif %} href="{{ block('navigation_url') }}" class="{{ block('navigation_link_class') }}">{{ block('navigation_caption') }}</a>
<a {% if node.isActiveNode and block('navigation_url') -%}aria-current="page"{%- endif %} href="{{ block('navigation_url') }}" class="{{ block('navigation_link_class') }}">{{ block('navigation_caption') }}</a>
{%- endif -%}
{%- endblock -%}

Expand Down

0 comments on commit 441b0b8

Please sign in to comment.