Add new Features:
- Block Alignments - Tables - Media with Links - Block Sizes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% capture content %}
|
||||
<p class="content {% if include.align %}{{ include.align }}{% endif %}">
|
||||
<p class="content">
|
||||
{{ include.content }}
|
||||
</p>
|
||||
{% endcapture %}
|
||||
{% include blocks/_base.liquid type="paragraph" content=content float=include.float %}
|
||||
{% include blocks/_base.liquid type="paragraph" content=content float=include.float align=include.align %}
|
||||
|
||||
Reference in New Issue
Block a user