all repos — archive/homestead @ ab3c5ffb57980359a186936aa6fc2894f58eb625

My future indieweb platform

feat(taxon): Show taxonomy term in title

Alan Pearce
commit

ab3c5ffb57980359a186936aa6fc2894f58eb625

parent

e4e26ceca7bfe60185082748c54f7ccd30746350

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M src/actions.jssrc/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); }; }