rename 'tag' view to 'term'
Alan Pearce alan@alanpearce.eu
Sun, 18 Jun 2017 21:57:15 +0200
2 files changed, 2 insertions(+), 1 deletions(-)
M src/index.js → src/index.js
@@ -46,7 +46,8 @@ items.has(ctx.params.value), 404, `Could not find ${term} ${value}` ) - await ctx.render('tag', { + await ctx.render('term', { + term: term, [term]: value, posts: items.get(ctx.params.value) })