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