Add new Features:
- Block Alignments - Tables - Media with Links - Block Sizes
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user