fix title's link when there is no baseURL in config file
This commit is contained in:
parent
6c2ed14a7e
commit
ceccf11057
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<div class="relative z-50 mr-auto flex items-center">
|
<div class="relative z-50 mr-auto flex items-center">
|
||||||
<a
|
<a
|
||||||
class="-translate-x-[1px] -translate-y-0.5 text-3xl font-bold"
|
class="-translate-x-[1px] -translate-y-0.5 text-3xl font-bold"
|
||||||
href="{{ `` | absURL }}"
|
href="{{ `/` | absURL }}"
|
||||||
>{{ site.Title }}</a
|
>{{ site.Title }}</a
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Reference in a new issue