From: XhmikosR Date: Tue, 16 Jun 2020 18:04:02 +0000 (+0300) Subject: Move homepage-hero.svg and improve compression X-Git-Tag: v5.0.0-alpha1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d126c1fe4eb04c1c569fdcfd669972f4f9cbf46d;p=thirdparty%2Fbootstrap.git Move homepage-hero.svg and improve compression --- diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html index 2548bbe34e..1b60e5cb90 100644 --- a/site/layouts/partials/home/masthead.html +++ b/site/layouts/partials/home/masthead.html @@ -2,7 +2,7 @@
- {{ partial "homepage-hero.svg" (dict "class" "img-fluid mb-3 mb-md-0" "width" "600" "height" "533") }} + {{ partial "icons/homepage-hero.svg" (dict "class" "img-fluid mb-3 mb-md-0" "width" "600" "height" "533") }}

Build fast, responsive sites with Bootstrap

diff --git a/site/layouts/partials/homepage-hero.svg b/site/layouts/partials/homepage-hero.svg deleted file mode 100644 index 751753a6dc..0000000000 --- a/site/layouts/partials/homepage-hero.svg +++ /dev/null @@ -1 +0,0 @@ -{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} \ No newline at end of file diff --git a/site/layouts/partials/icons/homepage-hero.svg b/site/layouts/partials/icons/homepage-hero.svg new file mode 100644 index 0000000000..05ae00971d --- /dev/null +++ b/site/layouts/partials/icons/homepage-hero.svg @@ -0,0 +1 @@ +{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} \ No newline at end of file