Fix post url (#91)

This commit is contained in:
Emruz Hossain
2020-10-05 20:24:29 +06:00
committed by GitHub
parent 3ea6f15cb2
commit d5e0de3171
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
<input type="text" value="" placeholder="Search" data-search="" id="search-box" />
<div class="sidebar-tree">
<ul class="tree" id="tree">
<li id="list-heading"><a href="{{ site.BaseURL | absLangURL }}post" data-filter="all">Posts</a></li>
<li id="list-heading"><a href="{{ site.BaseURL | absLangURL }}posts" data-filter="all">Posts</a></li>
<div class="subtree">
{{ partial "navigators/sidebar.html" (dict "menus" .Site.Menus.sidebar "ctx" .) }}
</div>