changing URL for posts button
This commit is contained in:
parent
b5e88e8b0a
commit
a28535008f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
</form>
|
||||
<div class="sidebar-tree">
|
||||
<ul class="tree" id="tree">
|
||||
<li id="list-heading"><a href="{{ "/toha/posts/" | relLangURL }}" data-filter="all">{{ i18n "posts" }}</a></li>
|
||||
<li id="list-heading"><a href="{{ "/posts/" | relLangURL }}" data-filter="all">{{ i18n "posts" }}</a></li>
|
||||
<div class="subtree">
|
||||
{{ partial "navigators/sidebar.html" (dict "menuName" "sidebar" "menuItems" site.Menus.sidebar "ctx" .) }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue