mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
CSS adjustments to headers
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
CONTROL FLOW HERE
|
||||
sss
|
||||
|
||||
{% for doc in site.collections["tags"].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