Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/seanlane/gochowdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/list.html')
-rw-r--r--layouts/partials/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/list.html b/layouts/partials/list.html
index 233584f..144f447 100644
--- a/layouts/partials/list.html
+++ b/layouts/partials/list.html
@@ -13,7 +13,7 @@
{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}
</div>
<div class="pure-u-2-3">
- <a href="{{ .URL }}">{{ .Title }}</a>
+ <a href="{{ .Permalink }}">{{ .Title }}</a>
</div>
</div>
{{ end }}