Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #889 from Shinsina/use-footer-logo-dimensions
Browse files Browse the repository at this point in the history
Use footer width and height for footer logo dimensions
  • Loading branch information
brandonbk authored Mar 26, 2024
2 parents 4b7556f + e61a7b5 commit 70e494b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ $ const useIdxNewsletterSignup = defaultValue(input.useIdxNewsletterSignup, true
alt=config.website("name")
src=site.get("logos.footer.src")
srcset=site.getAsArray("logos.footer.srcset").join(", ")
width=site.get("logos.navbar.width")
height=site.get("logos.navbar.height")
width=site.get("logos.footer.width")
height=site.get("logos.footer.height")
lazyload=true
/>
</theme-site-navbar-brand>
Expand Down

0 comments on commit 70e494b

Please sign in to comment.