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:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
{%- 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%}
|
||||||
|
|||||||
Reference in New Issue
Block a user