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

github.com/it-gro/hugo-theme-w3css-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/litt.html')
-rw-r--r--layouts/shortcodes/litt.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/litt.html b/layouts/shortcodes/litt.html
index a62ada6..a404d8d 100644
--- a/layouts/shortcodes/litt.html
+++ b/layouts/shortcodes/litt.html
@@ -21,7 +21,7 @@
{{/*- with $.Site.GetPage `taxonomy` ($.Scratch.Get `theTaxonomy`) (lower ($.Scratch.Get `theTaxTerm`)) */}}
{{- with $.Site.GetPage ($.Scratch.Get `theTaxonomy`) (lower ($.Scratch.Get `theTaxTerm`)) }}
- <a href='{{.URL}}'>
+ <a href='{{.Permalink}}'>
{{- if findRE `.Kind` ($.Scratch.Get `theOutFormat`)}}{{.Kind -}}:&nbsp;{{end}}
{{- if findRE `.RelPermalink` ($.Scratch.Get `theOutFormat`)}}{{.RelPermalink}}{{end}}
{{- if findRE `.Title` ($.Scratch.Get `theOutFormat`)}}{{.Title | markdownify | emojify }} {{end}}