diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2020-09-12 01:52:50 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2020-09-12 01:52:50 +0800 |
commit | fa7475dc5ee57eb01e8f2adcf17835dd552c3c61 (patch) | |
tree | 5c645ef26e0b2067fe16b256c7d4121e0b7ade6d /_includes/sidebar/common-list.html | |
parent | 07b034bd992220f99b801ba6e11e810491d4a04e (diff) |
fix: wrong relative url in sidebar extensions (#1)
Diffstat (limited to '_includes/sidebar/common-list.html')
-rw-r--r-- | _includes/sidebar/common-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/sidebar/common-list.html b/_includes/sidebar/common-list.html index 7e7bf96..b8f643f 100644 --- a/_includes/sidebar/common-list.html +++ b/_includes/sidebar/common-list.html @@ -9,7 +9,7 @@ <div class="common-list"> <ul> <li> - <a href="/index.html"> + <a href="{{ '/index.html' | relative_url }}"> All<span>{{ site.posts.size }}</span> </a> </li> |