Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/frontmatter_samples/front_matter_orig.html

Issue 29516687: Issue 4488 - Add support for JSON page front matter (Closed) Base URL: https://hg.adblockplus.org/cms
Patch Set: Created Aug. 16, 2017, 12:43 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/frontmatter_samples/front_matter_orig.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/tests/frontmatter_samples/front_matter_orig.html
@@ -0,0 +1,10 @@
+<!--
+title = Awesome page
Vasily Kuznetsov 2017/08/16 18:34:56 Seems like having two variables here would be enou
rosie 2017/08/19 01:56:34 Done.
rosie 2017/08/19 01:56:34 Sounds good. Also, integrated this test with test_
+description = Awesome description
+image_url = /img/awesome.jpg
+image_type = image/jpg
+image_width = 1024
+image_height = 768
+image_alt = Awesome image
+-->
+<h1>Awesome page</h1>

Powered by Google App Engine
This is Rietveld