Skip to content

Commit 53600ff

Browse files
committed
fix feeding data
1 parent 87c49da commit 53600ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/pages/best-practices/amp/feeding-data-amp-pages-graphql.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Include the AMP dependencies in the layout file `app/views/layouts/application.l
6868

6969
* The data source for `<amp-list>` is `products.json`.
7070
* `amp-mustache` enables the 'mustache' (double curly braces) templating syntax.
71-
* The `{{ "{% raw" }} %}` tag instructs the liquid preprocessor not to interpret the liquid tags and leaves them to AMP/mustache to process.
71+
* The {% raw %}`{% raw %}`{% endraw %} block tag instructs the liquid preprocessor not to interpret liquid code and leaves them to AMP/mustache to process.
7272

7373

7474
### Step 2: Create JSON endpoint

0 commit comments

Comments
 (0)