Files
com.xaymar.www/_includes/blocks/table.liquid
T
Michael Fabian 'Xaymar' Dirks 6adf42d457 Add new Features:
- Block Alignments
- Tables
- Media with Links
- Block Sizes
2021-12-28 19:43:39 +01:00

8 lines
280 B
Plaintext

{% capture content %}
<table class="content">
{{ include.content }}
</table>
{% if include.caption %}<figcaption>{{ include.caption }}</figcaption>{% endif %}
{% endcapture %}
{% include blocks/_base.liquid type="table" content=content float=include.float align=include.align %}