In list.html I often use {{ .Render "item" }} within a range. (docs)
How do I use this with a different output format? For example, I am trying to build a JSON site. When I use {{ .Render "item" }} in list.json it will output the item.html result
There’s a note on support for output formats in partial in the docs (scroll down from here), but nothing about .Render.
In continuation of output format issues, the taxonomyTerm page fails to include the json format in its .AlternativeOutputFormats despite declaring taxonomyTerm = ["HTML", "RSS", "JSON"] under [outputs] in config.toml. I don’t see this has been reported before. If you can confirm I should probably open a new issue.