mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 05:55:26 +00:00
update
This commit is contained in:
3
node_modules/@11ty/eleventy/test/stubs/function-buffer.11ty.js
generated
vendored
Normal file
3
node_modules/@11ty/eleventy/test/stubs/function-buffer.11ty.js
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = function(data) {
|
||||
return Buffer.from(`<p>${data.name}</p>`);
|
||||
};
|
Reference in New Issue
Block a user