mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Fix servlet strip example
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
|
||||
<body>
|
||||
|
||||
<h1>{{ description | split '~' | first }}</h1>
|
||||
<h1>{{ description | split: '~' | first }}</h1>
|
||||
|
||||
<h2>{{ description | split '~' | last }}</h2>
|
||||
<h2>{{ description | split: '~' | last }}</h2>
|
||||
|
||||
<h2>There are currently {{products | count}} products in the {{section}} catalog</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user