fix: logo link works

This commit is contained in:
cellarspoon 2022-01-17 11:09:40 +01:00
parent 128493bfdc
commit f5ee96236b
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<a href="https://members.lumbung.space" id="login">login</a>
</div>
<a href="{{ .Site.Params.baseURL }}" class="home-link">
<a href="/" class="home-link">
<img class="logo" src="{{ .Site.Params.Logo }}" alt="{{ .Site.Title }}">
</a>