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