From 2c5e41a95b8f8aef8f67bf33922d65ce622b27fe Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 18 Jul 2019 11:50:09 +0300 Subject: [PATCH] Optimize a few SVGs. --- site/layouts/partials/icons/booticon-chevron-right.svg | 2 +- site/layouts/partials/icons/bootstrap-logo-solid.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/layouts/partials/icons/booticon-chevron-right.svg b/site/layouts/partials/icons/booticon-chevron-right.svg index 85cc3a185f..0c3498b3f2 100644 --- a/site/layouts/partials/icons/booticon-chevron-right.svg +++ b/site/layouts/partials/icons/booticon-chevron-right.svg @@ -1 +1 @@ - + diff --git a/site/layouts/partials/icons/bootstrap-logo-solid.svg b/site/layouts/partials/icons/bootstrap-logo-solid.svg index 5c3934955f..59bed369b5 100644 --- a/site/layouts/partials/icons/bootstrap-logo-solid.svg +++ b/site/layouts/partials/icons/bootstrap-logo-solid.svg @@ -1 +1 @@ -{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} +{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} -- 2.47.2