mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-21 20:50:40 +00:00
feat: add span with class 'gdoc-brand__title' around site title (#112)
This commit is contained in:
parent
a339357559
commit
73e3888dcc
@ -5,7 +5,7 @@
|
||||
<a class="gblog-header__link" rel="me" href="{{ .Site.BaseURL }}">
|
||||
<span class="gblog-brand flex align-center justify-center">
|
||||
<img class="gblog-brand__img" src="{{ (default "brand.svg" .Site.Params.logo) | relURL }}" alt="">
|
||||
{{ .Site.Title }}
|
||||
<span class="gdoc-brand__title">{{ .Site.Title }}</span>
|
||||
</span>
|
||||
{{ with .Site.Params.subtitle }}
|
||||
<span class="gblog-brand__subtitle flex align-center justify-center">{{ . }}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user