diff --git a/themes/api-theme/layouts/_default/item.api.json b/themes/api-theme/layouts/_default/item.api.json index f324d0a..918c3ff 100644 --- a/themes/api-theme/layouts/_default/item.api.json +++ b/themes/api-theme/layouts/_default/item.api.json @@ -4,6 +4,7 @@ "permalink": "{{ .Permalink }}", "featuredImage": "{{ .Params.featuredImage }}", "featuredVideo": "{{ .Params.featuredVideo }}", + "featuredAudio": "{{ .Params.featuredAudio }}", "n":"{{ .Params.n }}", "s":"{{ .Params.s }}", "e":"{{ .Params.e }}",