mirror of
https://github.com/kemko/liquid.git
synced 2026-01-03 00:35:40 +03:00
11 lines
201 B
HTML
11 lines
201 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
{% for doc in site.collections["filters"].docs %}
|
|
<h2 id="{{ doc.title | slugify }}">{{ doc.title }}</h2>
|
|
<div class="content">
|
|
{{ doc.content }}
|
|
</div>
|
|
{% endfor %}
|