use .RelPermalink instead of .URL
Prithu Goswami prithugoswami524@gmail.com
Fri, 01 May 2020 17:46:24 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
M
hugo-site/layouts/posts/list.html
→
hugo-site/layouts/posts/list.html
@@ -25,7 +25,7 @@ <h1>Latest Posts</h1>
<div class="posts"> {{ range .Pages }} <div class="post-item"> - <a href="{{ .URL }}">{{ .Title }}</a> + <a href="{{ .RelPermalink }}">{{ .Title }}</a> <p class="post-date">{{ .Date.Format "2 Jan 2006" }}</p> </div> {{ end }}