{% if include.title %}
{% if include.index %} {% endif %} {{ include.title }} {% if include.index %} {% endif %}
{% endif %}
{{ include.content }}
{% if include.index %}
{{ site.xaymar.index.readmore }}
{% endif %} {% if site.xaymar.meta.permalink.enabled and include.permalink != nil %} {% assign has_meta_permalink=true %} {% endif %} {% if site.xaymar.meta.timestamp.enabled and include.timestamp %} {% assign has_meta_timestamp=true %} {% endif %} {% 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 %}
{% if has_meta_permalink %} {% endif %} {% if has_meta_timestamp %} {% endif %} {% if has_meta_tags %}
Tags: {% for entry in include.tags %} {% assign tag=entry | slugify: site.xaymar.links.tag.slugify %} {{ entry }} {% endfor %}
{% endif %}
{% endif %}