Use eleventyComputed instead of renderData

This commit is contained in:
Will Boyd
2020-06-28 10:20:44 -04:00
parent 5d46f4eac2
commit 0e031bdacb
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ pagination:
- tagList
addAllPagesToCollections: true
layout: layouts/home.njk
renderData:
eleventyComputed:
title: Tagged “{{ tag }}”
permalink: /tags/{{ tag }}/
---