summaryrefslogtreecommitdiff
path: root/themes/blog.jaseg.de/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blog.jaseg.de/layouts/index.html')
-rw-r--r--themes/blog.jaseg.de/layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/blog.jaseg.de/layouts/index.html b/themes/blog.jaseg.de/layouts/index.html
index 0c885ce..5b202e0 100644
--- a/themes/blog.jaseg.de/layouts/index.html
+++ b/themes/blog.jaseg.de/layouts/index.html
@@ -6,7 +6,7 @@
{{ range (where site.RegularPages "Section" "==" "posts") }}
<li>
<span class="date">{{ .Date.Format "2006/01/02" }}</span>
- <a href="{{ .URL }}">{{ .Title }}</a>
+ <a href="{{ .Permalink }}">{{ .Title }}</a>
</li>
{{ end }}
</ul>