Upgrade a few deps, move a few things around. Remove the dual feeds (JSON still supported)
This commit is contained in:
@@ -5,9 +5,11 @@ const pagination = {
|
||||
size: 1,
|
||||
alias: "tag",
|
||||
filter: ["all", "posts"],
|
||||
addAllPagesToCollections: true,
|
||||
// addAllPagesToCollections: true,
|
||||
};
|
||||
|
||||
const eleventyExcludeFromCollections = true;
|
||||
|
||||
const eleventyComputed = {
|
||||
title: "Tagged '{{ tag }}'",
|
||||
permalink: function(data) {
|
||||
|
||||
Reference in New Issue
Block a user