Add last commit to posts when they changed, dim aside on posts' pages
This commit is contained in:
parent
91e2baf8d8
commit
78ac690a7c
7 changed files with 54 additions and 26 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue