parent
44e11417bb
commit
a46b6f6032
2 changed files with 2 additions and 1 deletions
|
@ -106,6 +106,7 @@ disableHugoGeneratorInject = false
|
|||
theme = "#252627"
|
||||
|
||||
[params.logo]
|
||||
logoMark = ">"
|
||||
logoText = "$ cd /home/"
|
||||
logoHomeLink = "/"
|
||||
# Set true to remove the logo cursor entirely.
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue