remove forward slashes from urls

This commit is contained in:
Dmitry Kolosov 2020-02-15 23:34:25 +03:00
parent 47453ee205
commit 6423a3b90c
6 changed files with 12 additions and 12 deletions

View file

@ -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">

View file

@ -2,7 +2,7 @@
<h1>{{ i18n "tag" | humanize }}: {{ .Title }}</h1>
<div class="article-info">
<a href="/tags/">{{ i18n "toAllTags" | humanize}}</a>
<a href="tags/">{{ i18n "toAllTags" | humanize}}</a>
</div>
{{ range .Data.Pages }}
<article class="post-list">