mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-22 13:53:14 +01:00
- Dramatic reduction in disk use - Removal of largest videos, optimisation of jpgs - Selection colours
10 lines
511 B
HTML
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>
|