1
0
Fork 0

fix title's link when there is no baseURL in config file

This commit is contained in:
Ken 2023-02-21 05:22:20 +08:00 committed by GitHub
parent 6c2ed14a7e
commit ceccf11057
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
<div class="relative z-50 mr-auto flex items-center">
<a
class="-translate-x-[1px] -translate-y-0.5 text-3xl font-bold"
href="{{ `` | absURL }}"
href="{{ `/` | absURL }}"
>{{ site.Title }}</a
>
<a