]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - layouts/posts/list.html
Replace all usage of .Permalink with .RelPermalink
[dujemihanovic.xyz.git] / layouts / posts / list.html
index bca32c96303c7d2789870b66e3d17e02dbf39957..0da1d863fff975755f193071eef2dc45d86af8e6 100644 (file)
@@ -3,7 +3,7 @@
 <ul>
 {{ range .Pages }}
        <li>
-               <a href="{{ .Permalink }}">{{ .Title }}</a> - {{ .Date.Format "January 2, 2006" }}</a>
+               <a href="{{ .RelPermalink }}">{{ .Title }}</a> - {{ .Date.Format "January 2, 2006" }}</a>
        </li>
 {{ end }}
 </ul>