mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-08-06 12:38:34 +00:00
update
This commit is contained in:
3
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.11ty.js
generated
vendored
Normal file
3
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.11ty.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function(data) {
|
||||
return data.collections.all[0].templateContent;
|
||||
};
|
1
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.ejs
generated
vendored
Normal file
1
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.ejs
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<%= collections.all[0].templateContent %>
|
1
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.haml
generated
vendored
Normal file
1
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.haml
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
%p= collections.all[0].templateContent
|
1
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.hbs
generated
vendored
Normal file
1
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.hbs
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{{ sample.templateContent }}
|
1
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.liquid
generated
vendored
Normal file
1
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.liquid
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{{ collections.all[0].templateContent }}
|
1
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.md
generated
vendored
Normal file
1
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.md
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{{ sample.templateContent }}
|
1
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.mustache
generated
vendored
Normal file
1
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.mustache
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{{ collections.all[0].templateContent }}
|
1
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.njk
generated
vendored
Normal file
1
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.njk
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{{ sample.templateContent }}
|
1
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.pug
generated
vendored
Normal file
1
node_modules/@11ty/eleventy/test/stubs/prematureTemplateContent/test.pug
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
p= sample.templateContent
|
Reference in New Issue
Block a user