mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
WIP
This commit is contained in:
@@ -2,11 +2,3 @@
|
||||
layout: default
|
||||
---
|
||||
|
||||
{% for doc in site.collections["basics"].docs %}
|
||||
<div id="{{ doc.title }}" class="content__item">
|
||||
<h2 class="content__header">{{ doc.title }}</h2>
|
||||
<div class="content">
|
||||
{{ doc.content }}
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user