init commit
This commit is contained in:
10
layouts/partials/branding.html
Normal file
10
layouts/partials/branding.html
Normal file
@ -0,0 +1,10 @@
|
||||
<div class="site-branding">
|
||||
<div class="u-wrapper site-branding-wrap">
|
||||
<a href="{{ .Site.BaseURL | safeURL }}" aria-label="{{ i18n "homepage" }}">
|
||||
<img id="wordmark"
|
||||
src="{{ with .Site.Params.wordmark.image }}{{ . | safeURL }}{{ end }}"
|
||||
alt="{{ with .Site.Params.wordmark.alt }}{{ . }}{{ end }}"
|
||||
loading="lazy" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user