diff options
Diffstat (limited to 'templates/section.html')
-rw-r--r-- | templates/section.html | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/templates/section.html b/templates/section.html index 2ef9118..679a3ea 100644 --- a/templates/section.html +++ b/templates/section.html @@ -11,9 +11,7 @@ </div> <nav class="site-nav hide-in-mobile"> {% for menu_item in config.extra.hermit_menu %} - <a href="{{ config.base_url ~ menu_item.link }}" - >{{ menu_item.name }}</a - > + <a href="{{ config.base_url ~ menu_item.link }}">{{ menu_item.name }}</a> {% endfor %} </nav> </div> @@ -22,16 +20,8 @@ {{ macros::render_social_icons() }} </span> <button id="menu-btn" class="hdr-btn" title="Menu"> - <svg - xmlns="http://www.w3.org/2000/svg" - width="24" - height="24" - viewBox="0 0 24 24" - fill="none" - stroke="currentColor" - stroke-width="2" - stroke-linecap="round" - stroke-linejoin="round" + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" + stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"> <line x1="3" y1="12" x2="21" y2="12"></line> <line x1="3" y1="6" x2="21" y2="6"></line> @@ -41,6 +31,7 @@ </div> </div> </header> + <div id="mobile-menu" class="animated fast"> <ul> {% for menu_item in config.extra.hermit_menu %} |