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 -1
View File
@@ -26,7 +26,8 @@
{% if site.xaymar.meta.timestamp.enabled and include.timestamp %}
{% assign has_meta_timestamp=true %}
{% endif %}
{% if site.xaymar.meta.tags.enabled and include.tags != nil %}
{% assign cnt=include.tags | size %}
{% if site.xaymar.meta.tags.enabled and include.tags != nil and cnt > 0 %}
{% assign has_meta_tags=true %}
{% endif %}
{% if site.xaymar.meta.enabled and has_meta_permalink or has_meta_tags or has_meta_date %}