Fix post url (#91)
This commit is contained in:
parent
3ea6f15cb2
commit
d5e0de3171
3 changed files with 4 additions and 4 deletions
|
@ -53,7 +53,7 @@
|
|||
{{ end }}
|
||||
{{ if site.Params.enableBlogPost }}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" id="blog-link" href="{{ "/post" | relLangURL }}">{{ i18n "posts" }}</a>
|
||||
<a class="nav-link" id="blog-link" href="{{ "/posts" | relLangURL }}">{{ i18n "posts" }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
{{ range (index .Site.Data .Site.Language.Lang).site.customMenus }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue