Convert default template to javascript

This commit is contained in:
Sam Carlton 2021-01-19 15:52:03 -06:00
parent 0d4d98b6d0
commit ce0bd8b7f8
3 changed files with 126 additions and 101 deletions

125
layouts/default.11ty.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -3,7 +3,7 @@ class TV {
// or `get data() {`
data() {
return {
layout: 'default.njk',
layout: 'default.11ty.js',
pagination: {
data: 'video-list',