Skip to content

Commit

Permalink
Move homepage-hero.svg to an img tag
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 28, 2020
1 parent e268e1c commit c24acf8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/layouts/partials/home/masthead.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container px-4 px-md-3">
<div class="row align-items-lg-center">
<div class="col-8 mx-auto col-md-4 order-md-2 col-lg-5">
{{ partial "icons/homepage-hero.svg" (dict "class" "img-fluid mb-3 mb-md-0" "width" "600" "height" "533") }}
<img class="img-fluid mb-3 mb-md-0" src="/docs/{{ .Site.Params.docs_version }}/assets/img/homepage-hero.svg" alt="" width="523" height="464">
</div>
<div class="col-md-8 order-md-1 col-lg-7 text-center text-md-left">
<h1 class="mb-3">Build fast, responsive sites with Bootstrap</h1>
Expand Down
1 change: 0 additions & 1 deletion site/layouts/partials/icons/homepage-hero.svg

This file was deleted.

0 comments on commit c24acf8

Please sign in to comment.