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/post/summary.html')
-rw-r--r--layouts/post/summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/post/summary.html b/layouts/post/summary.html
index 86ccddf..bbde4a7 100644
--- a/layouts/post/summary.html
+++ b/layouts/post/summary.html
@@ -5,7 +5,7 @@
</div>
{{ end }}
<h1>
- <a href="{{ .URL }}">
+ <a href="{{ .Permalink }}">
{{ .Title }}
</a>
</h1>