remove forward slashes from urls
This commit is contained in:
parent
47453ee205
commit
6423a3b90c
6 changed files with 12 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<h1>{{ i18n "category" | humanize }}: {{ .Title }}</h1>
|
||||
<div class="article-info">
|
||||
<a href="/categories/">{{ i18n "toAllCategories" | humanize }}</a>
|
||||
<a href="categories/">{{ i18n "toAllCategories" | humanize }}</a>
|
||||
</div>
|
||||
{{ range .Data.Pages }}
|
||||
<article class="post-list">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue