started full header-right responsive hamburger menu
This commit is contained in:
@@ -45,9 +45,9 @@
|
||||
{% if not configuration.label_display %}
|
||||
{% set title_attributes = title_attributes.addClass('visually-hidden') %}
|
||||
{% endif %}
|
||||
<!-- <h2{{ title_attributes.setAttribute('id', heading_id) }}>☰</h2> -->
|
||||
<label for="{{ heading_id }}">☰</label>
|
||||
<input type="checkbox" id="{{ heading_id }}"/>
|
||||
<h2{{ title_attributes.setAttribute('id', heading_id) }}>☰</h2>
|
||||
<!-- <label for="{{ heading_id }}">☰</label>
|
||||
<input type="checkbox" id="{{ heading_id }}"/> -->
|
||||
|
||||
{# Menu. #}
|
||||
{% block content %}
|
||||
|
Reference in New Issue
Block a user