Convert authors to taxonomies

This commit is contained in:
Will Faught
2024-05-28 23:34:04 -07:00
parent 009716b94b
commit 45adb2af27
8 changed files with 25 additions and 86 deletions

View File

@@ -6,7 +6,7 @@
{{ $authors := slice }}
{{ range . }}
{{ $authors = $authors | append .name }}
{{ $authors = $authors | append .Title }}
{{ end }}
<meta content="{{ delimit $authors `, ` }}" name="author">