Make logoMark configurable

!247
This commit is contained in:
Djordje Atlialp 2021-01-10 13:58:01 +01:00
parent 44e11417bb
commit a46b6f6032
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@
{{ if .Site.Params.Logo.path }}
<img src="{{ .Site.Params.Logo.path }}" alt="{{ .Site.Params.Logo.alt }}" />
{{ else }}
<span class="logo__mark">></span>
<span class="logo__mark">{{ with .Site.Params.Logo.logoMark }}{{ . }}{{ else }}>{{ end }}</span>
<span class="logo__text">{{ with .Site.Params.Logo.logoText }}{{ . }}{{ else }}hello{{ end }}</span>
<span class="logo__cursor" style=
"{{ with.Site.Params.Logo.logoCursorDisabled }}visibility:hidden;{{ end }}