From 8bc6692082207e661a6a8606f3ff28e389110090 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 16 Jul 2019 11:32:51 +0300 Subject: [PATCH] Move the icon to a partial and optimize it. --- site/layouts/partials/docs-sidebar.html | 2 +- site/layouts/partials/icons/arrow.svg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 site/layouts/partials/icons/arrow.svg diff --git a/site/layouts/partials/docs-sidebar.html b/site/layouts/partials/docs-sidebar.html index 63714ec784..200f8cd417 100644 --- a/site/layouts/partials/docs-sidebar.html +++ b/site/layouts/partials/docs-sidebar.html @@ -17,7 +17,7 @@
  • - + {{- partial "icons/arrow.svg" (dict "class" "bd-sidenav-group-link-icon" "width" "16" "height" "16") -}}
    {{- $group.title -}}
    diff --git a/site/layouts/partials/icons/arrow.svg b/site/layouts/partials/icons/arrow.svg new file mode 100644 index 0000000000..097c1a2d54 --- /dev/null +++ b/site/layouts/partials/icons/arrow.svg @@ -0,0 +1 @@ +