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:
commit
6026486bb2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue