mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-20 15:38:03 +00:00
bugfix missing nav bar in mobile
This commit is contained in:
committed by
Sanket Patel
parent
d6f15c3ea4
commit
915e65584d
@@ -10,6 +10,10 @@
|
|||||||
<a href="{{ site_url }}" title="{{ config.site_name | e }}" class="md-header-nav__button md-logo" aria-label="{{ config.site_name }}">
|
<a href="{{ site_url }}" title="{{ config.site_name | e }}" class="md-header-nav__button md-logo" aria-label="{{ config.site_name }}">
|
||||||
{% include "partials/logo.html" %}
|
{% include "partials/logo.html" %}
|
||||||
</a>
|
</a>
|
||||||
|
<!-- Button to open drawer -->
|
||||||
|
<label class="md-header-nav__button md-icon" for="__drawer">
|
||||||
|
{% include ".icons/material/menu" ~ ".svg" %}
|
||||||
|
</label>
|
||||||
<div class="md-header-nav__title" data-md-component="header-title">
|
<div class="md-header-nav__title" data-md-component="header-title">
|
||||||
{% if config.site_name == page.title %}
|
{% if config.site_name == page.title %}
|
||||||
<div class="md-header-nav__ellipsis md-ellipsis">
|
<div class="md-header-nav__ellipsis md-ellipsis">
|
||||||
|
|||||||
Reference in New Issue
Block a user