www.byjp.me/layouts/partials/logo.html
JP Hastings-Spital cfb8a110ce Swap to no theme & /photos
- Dramatic reduction in disk use
- Removal of largest videos, optimisation of jpgs
- Selection colours
2023-08-19 13:08:37 +01:00

10 lines
511 B
HTML

<a href="{{ if .Site.Params.Logo.LogoHomeLink }}{{ .Site.Params.Logo.LogoHomeLink }}{{ else }}{{ .Site.BaseURL | relLangURL }}{{ end }}" class="noaccent">
<div class="logo">
{{ if .Site.Params.Logo.path }}
<img src="{{ .Site.Params.Logo.path }}" alt="{{ .Site.Params.Logo.alt }}" />
{{ else }}
<span class="logo__text">{{ with .Site.Params.Logo.logoText }}{{ . }}{{ else }}byjp{{ end }}</span>
<span class="logo__cursor"></span>
{{ end }}
</div>
</a>