From daa45824d57a6476345f4bfcbd297663a935df4f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 28 Jun 2020 21:08:06 +0300 Subject: [PATCH] homepage-hero.svg: move `defs` before `g` --- site/layouts/partials/icons/homepage-hero.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/layouts/partials/icons/homepage-hero.svg b/site/layouts/partials/icons/homepage-hero.svg index 05ae00971d..538045ad9a 100644 --- a/site/layouts/partials/icons/homepage-hero.svg +++ b/site/layouts/partials/icons/homepage-hero.svg @@ -1 +1 @@ -{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} \ No newline at end of file +{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} \ No newline at end of file -- 2.47.2