aboutsummaryrefslogtreecommitdiff
path: root/layouts/home
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/home')
-rw-r--r--layouts/home/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/home/list.html b/layouts/home/list.html
index 95f13a6..af3dbeb 100644
--- a/layouts/home/list.html
+++ b/layouts/home/list.html
@@ -10,7 +10,7 @@
<ul>
{{ range .Pages }}
- <li>{{ .PublishDate.Format "02/01" }} <a href="{{ .Permalink }}">{{ .Title }}</a></li>
+ <li>{{ .PublishDate.Format "02/01" }} <a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
{{ end }}
</ul>
{{ end }}