Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move homepage-hero.svg to an img tag #31761

Merged
merged 3 commits into from
Sep 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.