summaryrefslogtreecommitdiffstats
path: root/themes/tozt/layouts/recipes/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/tozt/layouts/recipes/list.html')
-rw-r--r--themes/tozt/layouts/recipes/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/tozt/layouts/recipes/list.html b/themes/tozt/layouts/recipes/list.html
index 1c0c82e..2caead7 100644
--- a/themes/tozt/layouts/recipes/list.html
+++ b/themes/tozt/layouts/recipes/list.html
@@ -5,7 +5,7 @@
<ul>
{{ range (where .Data.Pages "Section" "!=" "") }}
<li>
- <a href="{{ .URL }}">{{ .Title | markdownify }}</a>
+ <a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a>
</li>
{{ end }}
</ul>