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
8 lines
336 B
HTML
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>
|