cleanup
This commit is contained in:
parent
a652500c84
commit
92433bfb50
2 changed files with 6 additions and 4 deletions
|
@ -21,9 +21,11 @@ module.exports = function (eleventyConfig) {
|
||||||
eleventyConfig.addWatchTarget('./tailwind.config.js')
|
eleventyConfig.addWatchTarget('./tailwind.config.js')
|
||||||
eleventyConfig.addWatchTarget('./tailwind.css')
|
eleventyConfig.addWatchTarget('./tailwind.css')
|
||||||
|
|
||||||
eleventyConfig.addShortcode('version', function () {
|
// passthrough
|
||||||
return now
|
eleventyConfig.addPassthroughCopy("src/assets");
|
||||||
})
|
|
||||||
|
// shortcodes
|
||||||
|
eleventyConfig.addShortcode('version', () => now)
|
||||||
|
|
||||||
// filters
|
// filters
|
||||||
Object.keys(filters).forEach((filterName) => {
|
Object.keys(filters).forEach((filterName) => {
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 144 KiB |
Reference in a new issue