diff --git a/_layouts/page.html b/_layouts/page.html
index b22b21d..d91f2c6 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -56,7 +56,7 @@
-
+
{{ page.title }}
diff --git a/style.css b/style.css
index 12fa0af..a1f2963 100644
--- a/style.css
+++ b/style.css
@@ -88,7 +88,3 @@ paper-button {
height: 48px;
color: rgba(0, 0, 0, 0.54);
}
-/* This makes the drawer toggle appear only in narrow view. */
-core-drawer-panel:not([narrow]) #drawerToggle {
- display: none;
-}