feat(taxon): Show taxonomy term in title
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M src/actions.js → src/actions.js
@@ -26,7 +26,7 @@ ctx.assert(items.has(ctx.params.value), 404, `${term} ${value} not found`); const taxonItems = items.get(value); - responders.taxon(ctx, config, taxonItems); + responders.taxon(ctx, config, term, value, taxonItems); }; }