From 69921580fd5e93daaecd33d22e6e41342a6e764e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 16 Jun 2020 10:38:32 -0700 Subject: [PATCH] Downsize SVG, add role=img --- site/layouts/partials/home/masthead.html | 2 +- site/layouts/partials/homepage-hero.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/layouts/partials/home/masthead.html b/site/layouts/partials/home/masthead.html index 1cedf168fa..2548bbe34e 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" "900" "height" "800") }} + {{ partial "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 index 75ba8c7777..751753a6dc 100644 --- a/site/layouts/partials/homepage-hero.svg +++ b/site/layouts/partials/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