logo: add div for title to make it styleable #1012

This commit is contained in:
Sören Weber 2025-02-11 23:27:53 +01:00
parent 0a8f7dd47e
commit 5d9a90b187
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
<a id="R-logo" class="R-default" href="{{ partial "permalink.gotmpl" (dict "to" .Site.Home) }}">
{{ .Site.Params.linkTitle | default .Site.Title }}
<div class="logo-title">{{ .Site.Params.linkTitle | default .Site.Title }}</div>
</a>

View file

@ -1 +1 @@
7.3.2+9ca69562f3460a3b725805b1aafd303e1cf7b008
7.3.2+0a8f7dd47e045963dcdd464c311516cd7baff5e4