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

github.com/jimfrenette/hugo-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/summary.html')
-rw-r--r--layouts/partials/summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/summary.html b/layouts/partials/summary.html
index 5cee361..9f30c0f 100644
--- a/layouts/partials/summary.html
+++ b/layouts/partials/summary.html
@@ -2,7 +2,7 @@
<div>
<span>{{ humanize .Section }}</span>
<h1>
- <a href="{{ .URL }}">
+ <a href="{{ .Permalink }}">
{{ .Title }}
</a>
</h1>