sort tags everywhere
This commit is contained in:
parent
6f8e3cfdb4
commit
165081d97d
8 changed files with 15 additions and 13 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<meta name="author" content="{{ .Site.Params.Author }}" />
|
||||
{{ if .IsPage }}
|
||||
{{ if .Params.tags }}
|
||||
<meta name="keywords" content='{{ delimit .Params.tags ", "}}' />
|
||||
<meta name="keywords" content='{{ delimit (sort .Params.tags) ", "}}' />
|
||||
{{ end }}
|
||||
{{ if .Params.description }}
|
||||
<meta name="description" content="{{ .Params.description }}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue