mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-08-05 12:08:35 +00:00
update
This commit is contained in:
6
node_modules/@11ty/eleventy/test/stubs/custom-frontmatter/template-excerpt-comment.njk
generated
vendored
Normal file
6
node_modules/@11ty/eleventy/test/stubs/custom-frontmatter/template-excerpt-comment.njk
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
front: hello
|
||||
---
|
||||
This is an excerpt.
|
||||
<!-- excerpt -->
|
||||
This is content.
|
5
node_modules/@11ty/eleventy/test/stubs/custom-frontmatter/template-newline1.njk
generated
vendored
Normal file
5
node_modules/@11ty/eleventy/test/stubs/custom-frontmatter/template-newline1.njk
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
front: hello
|
||||
---
|
||||
This is an excerpt.---
|
||||
This is content.
|
4
node_modules/@11ty/eleventy/test/stubs/custom-frontmatter/template-newline2.njk
generated
vendored
Normal file
4
node_modules/@11ty/eleventy/test/stubs/custom-frontmatter/template-newline2.njk
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
front: hello
|
||||
---
|
||||
This is an excerpt.---This is content.
|
5
node_modules/@11ty/eleventy/test/stubs/custom-frontmatter/template-newline3.njk
generated
vendored
Normal file
5
node_modules/@11ty/eleventy/test/stubs/custom-frontmatter/template-newline3.njk
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
front: hello
|
||||
---
|
||||
This is an excerpt.
|
||||
---This is content.
|
5
node_modules/@11ty/eleventy/test/stubs/custom-frontmatter/template-nonewline.njk
generated
vendored
Normal file
5
node_modules/@11ty/eleventy/test/stubs/custom-frontmatter/template-nonewline.njk
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
front: hello
|
||||
---
|
||||
This is an excerpt.
|
||||
---This is content.
|
4
node_modules/@11ty/eleventy/test/stubs/custom-frontmatter/template-toml.njk
generated
vendored
Normal file
4
node_modules/@11ty/eleventy/test/stubs/custom-frontmatter/template-toml.njk
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
---toml
|
||||
front = "hello"
|
||||
---
|
||||
This is content.
|
6
node_modules/@11ty/eleventy/test/stubs/custom-frontmatter/template.njk
generated
vendored
Normal file
6
node_modules/@11ty/eleventy/test/stubs/custom-frontmatter/template.njk
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
front: hello
|
||||
---
|
||||
This is an excerpt.
|
||||
---
|
||||
This is content.
|
Reference in New Issue
Block a user