File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ <!-- overwrite:
2+ - scroll to top when clicking title
3+ - go to main page when clicking the site title
4+ - remove the menu button for mobile
5+ -->
16{% set class = "md-header" %}
27{% if "navigation.tabs.sticky" in features %}
38 {% set class = class ~ " md-header--lifted" %}
1318 < a href ="{{ config.extra.homepage | d(nav.homepage.url, true) | url }} " title ="{{ config.site_name | e }} " class ="md-header__button md-logo " aria-label ="{{ config.site_name }} " data-md-component ="logo ">
1419 {% include "partials/logo.html" %}
1520 </ a >
16- < label class ="md-header__button md-icon " for ="__drawer ">
17- {% include ".icons/material/menu" ~ ".svg" %}
18- </ label >
1921 < div class ="md-header__title " data-md-component ="header-title ">
2022 < div class ="md-header__ellipsis ">
2123 < div class ="md-header__topic ">
You can’t perform that action at this time.
0 commit comments