thrrgilag.net/themes/terminal/layouts/partials/logo.html
Morgan McMillian 2e03c0b95e changed themes
2019-09-29 10:31:00 -07:00

6 lines
238 B
HTML

<a href="{{ if $.Site.Params.Logo.LogoHomeLink }}{{ $.Site.Params.Logo.LogoHomeLink }}{{else}}{{ $.Site.BaseURL }}{{ end }}">
<div class="logo">
{{ with $.Site.Params.Logo.logoText }}{{ . }}{{ else }}Terminal{{ end }}
</div>
</a>