Add new Features:

- Block Alignments
- Tables
- Media with Links
- Block Sizes
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2021-12-28 19:43:39 +01:00
parent 83febcfc79
commit 6adf42d457
20 changed files with 263 additions and 27 deletions
+2 -2
View File
@@ -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 %}