Add last commit to posts when they changed, dim aside on posts' pages

This commit is contained in:
arne 2022-03-03 11:32:48 +01:00
commit 78ac690a7c
7 changed files with 54 additions and 26 deletions

View file

@ -9,7 +9,6 @@ module.exports = function (config) {
config.addPassthroughCopy("src/assets/ibm-plex/IBM-Plex-Mono/fonts/**/*")
// template filters
config.addFilter('toJSON', obj => JSON.stringify(obj))
config.addFilter('toISODate', date => DateTime.fromJSDate(date).toISODate())
config.addFilter('header', header)