mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 22:40:48 -07:00
Update demo.liquid
Fix typo
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@
|
|||||||
{%- for person in people %}
|
{%- for person in people %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{person | prepend: "http://example.com/"}}">
|
<a href="{{person | prepend: "http://example.com/"}}">
|
||||||
{{ person | captilize }}
|
{{ person | capitalize }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{%- endfor%}
|
{%- endfor%}
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user