Skip to content

Commit

Permalink
Merge pull request #2023 from bbambozzi/fix-landing-hero-band
Browse files Browse the repository at this point in the history
Fix broken landing page and add missing lang attribute
  • Loading branch information
gsmet authored Jun 26, 2024
2 parents feb6306 + c4d1656 commit d1bc4fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion _layouts/base.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{site.language}}">
{% assign page_title_version_suffix = '' %}
{% if page.url contains '/guides/' %}
{% assign versioned_page = page.url | startswith: '/version/' %}
Expand Down
2 changes: 0 additions & 2 deletions _sass/layouts/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

background-image: url($baseurl + '/assets/images/bg-home-primary.png');
background-repeat: no-repeat;
background-size: 100%;

p {
margin: 2rem 0;
}
Expand Down

0 comments on commit d1bc4fa

Please sign in to comment.