mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 14:30:38 -07:00
docs: fix some typos for the website demos
This commit is contained in:
+3
-3
@@ -131,7 +131,7 @@
|
||||
url: 'https://shopify.github.io/liquid/tags/iteration/'
|
||||
}, {
|
||||
title: 'tablerow tag',
|
||||
code: 'table>\n {% tablerow val in (10..20) cols:3 %}\n {{ val }}\n {% endtablerow %}\n</table>',
|
||||
code: '<table>\n {% tablerow val in (10..20) cols:3 %}\n {{ val }}\n {% endtablerow %}\n</table>',
|
||||
url: 'https://shopify.github.io/liquid/tags/iteration/'
|
||||
}, {
|
||||
title: 'capture tag',
|
||||
@@ -151,7 +151,7 @@
|
||||
url: 'https://help.shopify.com/themes/liquid/tags/theme-tags#raw'
|
||||
}, {
|
||||
title: 'comment tag',
|
||||
code: '<p>This line is before comment</p>\n\n{% comment %}This line will never show.{% endcomment %}\n\n<p>This line is after comment</p>\n\n{{ "https',
|
||||
code: '<p>This line is before comment</p>\n\n{% comment %}This line will never show.{% endcomment %}\n\n<p>This line is after comment</p>',
|
||||
url: 'https://help.shopify.com/themes/liquid/tags/theme-tags#comment'
|
||||
}, {
|
||||
title: 'include tag',
|
||||
@@ -159,7 +159,7 @@
|
||||
url: 'https://help.shopify.com/themes/liquid/tags/theme-tags#include'
|
||||
}, {
|
||||
title: 'layout tag',
|
||||
code: '{% layout "page.liquid" %}\n \n{% block "content" %}\n <p>This is the content block.</p>\n{% endblock %}\n\n{{ "https',
|
||||
code: '{% layout "page.liquid" %}\n \n{% block "content" %}\n <p>This is the content block.</p>\n{% endblock %}',
|
||||
url: 'https://help.shopify.com/en/themes/liquid/tags/theme-tags#layout'
|
||||
}, {
|
||||
title: 'abs filter',
|
||||
|
||||
Reference in New Issue
Block a user