| Index: tests/frontmatter_samples/front_matter_json.html |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/tests/frontmatter_samples/front_matter_json.html |
| @@ -0,0 +1,12 @@ |
| +<!-- { |
| + "title": "Awesome page", |
|
Vasily Kuznetsov
2017/08/16 18:34:56
Here we should probably have a bit more diversity
rosie
2017/08/19 01:56:34
Integrated this test with test_site and expected_o
rosie
2017/08/19 01:56:34
Done.
|
| + "description": "Awesome description", |
| + "image": { |
| + "url": "/img/awesome.jpg", |
| + "type": "image/jpg", |
| + "width": "1024", |
| + "height": "768", |
| + "alt": "Awesome image" |
| + } |
| +} --> |
| +<h1>Awesome page</h1> |