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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post-list.html')
-rw-r--r--layouts/partials/post-list.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/partials/post-list.html b/layouts/partials/post-list.html
index 9a8b0a3..77907b2 100644
--- a/layouts/partials/post-list.html
+++ b/layouts/partials/post-list.html
@@ -5,9 +5,7 @@
{{ with .Site.Params.customDateFormat }}{{ $customDateFormat = . }}{{ end }}
<br>
<small class="text-secondary">{{ .PublishDate.Format $customDateFormat }}</small>
- {{ range .Params.tags }}
- <small><code><a href="{{ "/tags/" | absURL }}{{ . | urlize }}">{{ . }}</a></code></small>
- {{ end }}
+ {{ partial "tags" . }}
{{ if eq .Site.Params.showPostSummary true }}
<br>
{{ .Summary }}