We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Found typo which might have impact on expected behaviour: layouts/partials/logo.html ("preload")
layouts/partials/logo.html
preload
-<img loading="prelaod" decoding="async" class="img-fluid" width="{{replace $logoWidth `x` `` | default $logoDefaultWidth}}" height="{{$logoDefaultHeight}}" src="{{.Scratch.Get `logo`}}" alt="{{ site.Title }}" onerror="this.onerror=null;this.src='{{.Scratch.Get `logo_fallback`}}'"> +<img loading="preload" decoding="async" class="img-fluid" width="{{replace $logoWidth `x` `` | default $logoDefaultWidth}}" height="{{$logoDefaultHeight}}" src="{{.Scratch.Get `logo`}}" alt="{{ site.Title }}" onerror="this.onerror=null;this.src='{{.Scratch.Get `logo_fallback`}}'">
The text was updated successfully, but these errors were encountered:
Please create a PR
Sorry, something went wrong.
Fix typo in logo.html
e78f617
Fixing bug themefisher#217
No branches or pull requests
Found typo which might have impact on expected behaviour:
layouts/partials/logo.html
("preload
")The text was updated successfully, but these errors were encountered: