Files
cookthebooks-hugo/layouts/partials/branding.html
Sophia Atkinson 0ab11d6662 updated theme, and bumped version
I made it easier for users to change 404, and 403 pages
along with making it so if projects or resources aren't used then they are removed from the menu.

This theme is now V2.1.1
2024-08-21 00:31:35 -07:00

8 lines
336 B
HTML

<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 }}" />
</a>
</div>
</div>