summary refs log tree commit diff stats
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index 52bdff0..ae277d6 100644
--- a/src/index.js
+++ b/src/index.js
@@ -46,7 +46,8 @@ for (let [term, items] of taxonomies) {
       404,
       `Could not find ${term} ${value}`
     )
-    await ctx.render('tag', {
+    await ctx.render('term', {
+      term: term,
       [term]: value,
       posts: items.get(ctx.params.value)
     })