Convert authors to taxonomies
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{{ $authors := slice }}
|
||||
|
||||
{{ range . }}
|
||||
{{ $authors = $authors | append .name }}
|
||||
{{ $authors = $authors | append .Title }}
|
||||
{{ end }}
|
||||
|
||||
<meta content="{{ delimit $authors `, ` }}" name="author">
|
||||
|
Reference in New Issue
Block a user