|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
<a href="{{ if .Site.Params.Logo.LogoHomeLink }}{{ .Site.Params.Logo.LogoHomeLink }}{{else}}{{ .Site.BaseURL }}{{ end }}" |
|
|
|
|
style="text-decoration: none;"> |
|
|
|
|
<a |
|
|
|
|
href="{{ if .Site.Params.Logo.LogoHomeLink }}{{ .Site.Params.Logo.LogoHomeLink }}{{else}}{{ .Site.BaseURL }}{{ end }}"> |
|
|
|
|
<div class="logo"> |
|
|
|
|
{{- if .Site.Params.Logo.path }} |
|
|
|
|
{{- partial "image.html" (dict "path" .Site.Params.Logo.path "alt" .Site.Params.Logo.alt) }} |
|
|
|
@ -7,10 +7,7 @@ |
|
|
|
|
<span class="logo__mark">></span> |
|
|
|
|
<span class="logo__text">{{- with .Site.Params.Logo.logoText }}{{ . }}{{ else }}$ cd /home/{{ end }}<span |
|
|
|
|
id="nav-terminal"></span></span> |
|
|
|
|
<span class="logo__cursor" style="{{- with.Site.Params.Logo.logoCursorDisabled }}visibility:hidden;{{ end -}} |
|
|
|
|
{{- with.Site.Params.Logo.logoCursorColor }}background-color:{{ . }};{{ end -}} |
|
|
|
|
{{- with.Site.Params.Logo.logoCursorAnimate }}animation-duration:{{ . }};{{ end -}}"> |
|
|
|
|
</span> |
|
|
|
|
<span class="logo__cursor"></span> |
|
|
|
|
{{- end }} |
|
|
|
|
</div> |
|
|
|
|
</a> |