hugo-theme-relearn/docs/layouts/partials/logo.html

5 lines
415 B
HTML
Raw Normal View History

<!-- CSS styles are in layouts/partials/custom-header.html -->
<a id="R-logo" href="{{ partial "permalink.gotmpl" (dict "to" .Site.Home) }}">
2025-02-12 22:54:49 +01:00
{{ partial "shortcodes/image.html" (dict "page" . "url" "/images/logo.svg?border=false&inlinecontent&lightbox=false&shadow=false") }}
2025-02-11 23:27:12 +01:00
<div class="logo-title">{{ .Site.Params.linkTitle | default .Site.Title }}</div>
</a>