mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-13 07:13:29 +00:00
logo: add div for title to make it styleable #1012
This commit is contained in:
parent
0a8f7dd47e
commit
5d9a90b187
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
<a id="R-logo" class="R-default" href="{{ partial "permalink.gotmpl" (dict "to" .Site.Home) }}">
|
<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>
|
</a>
|
|
@ -1 +1 @@
|
||||||
7.3.2+9ca69562f3460a3b725805b1aafd303e1cf7b008
|
7.3.2+0a8f7dd47e045963dcdd464c311516cd7baff5e4
|
Loading…
Add table
Reference in a new issue