1
0
Fork 0

Merge pull request #154 from Jin-K-Yang/main

fix title's link when there is no baseURL in config file
This commit is contained in:
南小北 2023-02-22 15:05:27 +08:00 committed by GitHub
commit 6026486bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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