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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurizal Susanto <rizalsagi@gmail.com>2018-04-30 07:21:34 +0300
committerYurizal Susanto <rizalsagi@gmail.com>2018-04-30 08:56:54 +0300
commit1bfbe9c0e89f961bbf94df011db1b6f353becafe (patch)
treed69d1089ef3232e4a9e5177495182d5718bed452
parent772a1f8a0cd2e88ca7225da2df9d3c32afc23b7a (diff)
Change the link to RelPermalink
-rw-r--r--layouts/partials/li.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/li.html b/layouts/partials/li.html
index 742cf5d..eb6857b 100644
--- a/layouts/partials/li.html
+++ b/layouts/partials/li.html
@@ -1,5 +1,5 @@
<li>
{{ $dateformat := .Site.Params.DateFmt | default "Jan 02, 2006" }}
<span><time datetime="{{.Date}}">{{ .Date.Format $dateformat }}</time></span>
- <a href="{{ .Permalink }}">{{ .Title }}</a>
+ <a href="{{ .RelPermalink }}">{{ .Title }}</a>
</li>