diff --git a/themes/openpowerfoundation/layouts/specifications/list.json b/themes/openpowerfoundation/layouts/specifications/list.json index 60017f5..c4c2fcc 100644 --- a/themes/openpowerfoundation/layouts/specifications/list.json +++ b/themes/openpowerfoundation/layouts/specifications/list.json @@ -1,5 +1,5 @@ {{- $.Scratch.Add "index" slice -}} {{- range .Data.Pages -}} - {{- $.Scratch.Add "index" (dict "title" .Title "permalink" .Permalink "contents" .Plain) }} + {{- $.Scratch.Add "index" (dict "title" .Title "permalink" .Permalink "contents" .Plain "tags" .Params.tags) }} {{- end -}} {{- $.Scratch.Get "index" | jsonify -}}