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

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-01-15 06:55:01 +0300
committerZachary Betz <zwbetz@gmail.com>2019-01-15 06:55:01 +0300
commitd09de4b2aa4f38f652fa9f3df571291307962289 (patch)
treeb1424e68c70ef57a3904e84a9ba109438594a743
parentdc8c6f2893dede98c600bdf930d2078204dba217 (diff)
RelPermalink to Permalink
-rw-r--r--layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 315e9c9..f1c9eae 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -4,7 +4,7 @@
{{ range .Pages.ByPublishDate.Reverse }}
<p>
- <a class="font-125" href="{{ .RelPermalink }}">{{ .Title }}</a>
+ <a class="font-125" href="{{ .Permalink }}">{{ .Title }}</a>
<br>
{{ partial "date-and-tags.html" . }}
</p>