keimena/layouts/partials/docs/brand.html

10 lines
307 B
HTML
Raw Permalink Normal View History

2024-08-15 23:47:38 +00:00
<h2 class="book-brand">
<a class="flex align-center" href="{{ cond (not .Site.Home.File) .Sites.First.Home.RelPermalink .Site.Home.RelPermalink }}">
{{- with .Site.Params.BookLogo -}}
<img src="{{ . | relURL }}" alt="Logo" />
{{- end -}}
<span>{{ .Site.Title }}</span>
</a>
2024-11-10 20:32:46 +00:00
<hr>
2024-08-15 23:47:38 +00:00
</h2>