mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-14 06:20:47 +00:00
update
This commit is contained in:
16
node_modules/@11ty/eleventy/test/stubs/issue-135/template.json
generated
vendored
Normal file
16
node_modules/@11ty/eleventy/test/stubs/issue-135/template.json
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"articles":
|
||||
[
|
||||
{
|
||||
"title": "Do you even paginate bro?",
|
||||
"author": "Bill Ted",
|
||||
"publish_date": "2018-06-22",
|
||||
"tags": [
|
||||
"post"
|
||||
],
|
||||
"image": "/url/thing",
|
||||
"teaser": "Teaser copy",
|
||||
"body": "<p>Raw HTML</p>"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user