🐛 Fixed the sidebar posts link with 404 error.
This commit is contained in:
parent
d3eb723e24
commit
fc44e79ddd
@ -12,7 +12,7 @@
|
||||
<div class="site-state-wrap site-overview-item animated">
|
||||
<nav class="site-state">
|
||||
<div class="site-state-item site-state-posts">
|
||||
<a href="{{ "/posts/" | relLangURL }}">
|
||||
<a href="{{ "/archives/" | relLangURL }}">
|
||||
<span class="site-state-item-count">{{ .Scratch.Get "postsCount" }}</span>
|
||||
<span class="site-state-item-name">{{ T "SbPostsLable" }}</span>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user