From 7bd0330be1a8ba61c11e8c8a443d3e0e1fdc4791 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 9 Mar 2018 14:26:09 -0700 Subject: [PATCH] fixed sidebar --- docs/themes/coral/layout/partial/head.swig | 2 +- docs/themes/coral/layout/partial/header.swig | 2 +- docs/themes/coral/source/images/hamburger.svg | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 docs/themes/coral/source/images/hamburger.svg diff --git a/docs/themes/coral/layout/partial/head.swig b/docs/themes/coral/layout/partial/head.swig index 7a0353c6a..46f1ed448 100644 --- a/docs/themes/coral/layout/partial/head.swig +++ b/docs/themes/coral/layout/partial/head.swig @@ -5,6 +5,6 @@ {% if page.title %}{{ page.title }} | {% endif %}{{ config.title }} - + {{ css('css/talk') }} \ No newline at end of file diff --git a/docs/themes/coral/layout/partial/header.swig b/docs/themes/coral/layout/partial/header.swig index 8becabc6b..01688048c 100644 --- a/docs/themes/coral/layout/partial/header.swig +++ b/docs/themes/coral/layout/partial/header.swig @@ -5,7 +5,7 @@ {% for item in config.sidebar.top %} {{ item.title }} {% endfor %} - {{ image_tag('images/hamburger.svg') }} + menu \ No newline at end of file diff --git a/docs/themes/coral/source/images/hamburger.svg b/docs/themes/coral/source/images/hamburger.svg deleted file mode 100644 index 42f894d1e..000000000 --- a/docs/themes/coral/source/images/hamburger.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file