I found better words for the first paragraph
This commit is contained in:
parent
8ab9f8bffb
commit
15472e1738
2 changed files with 6 additions and 2 deletions
|
|
@ -9,7 +9,11 @@ module.exports = function (config) {
|
|||
config.addPassthroughCopy("src/assets/ibm-plex/IBM-Plex-Mono/fonts/**/*")
|
||||
|
||||
// template filters
|
||||
|
||||
// format dates as YYYY-MM-DD
|
||||
config.addFilter('toISODate', date => DateTime.fromJSDate(date).toISODate())
|
||||
|
||||
// 10print homage
|
||||
config.addFilter('header', header)
|
||||
|
||||
// returns classes to be used on <body>, given a page's url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue