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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/utils/get-keywords.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/utils/get-keywords.html b/layouts/partials/utils/get-keywords.html
index cbfa8e6..e2899d3 100644
--- a/layouts/partials/utils/get-keywords.html
+++ b/layouts/partials/utils/get-keywords.html
@@ -34,3 +34,5 @@
{{ if .removeDuplicates }}
{{ .scratch.Set .type (uniq (.scratch.Get .type)) }}
{{ end }}
+
+{{ .scratch.Set .type (sort (.scratch.Get .type)) }}