{%- assign date_format = site.yat.date_format | default: "%b %-d, %Y" -%} {%- assign article = post.content -%} {%- assign lang = post.lang -%} {%- include functions.html func='get_reading_time' -%} {%- assign reading_time = return -%} {%- include functions.html func='get_article_excerpt' -%} {%- assign article_excerpt = return -%} {%- assign post_url = post.url | relative_url -%} {%- assign name = 'excerpt.image_width' -%} {%- include functions.html func='get_value' -%} {%- assign image_width = return | default: '38.2%' -%} {%- assign name = 'excerpt.image_height' -%} {%- include functions.html func='get_value' -%} {%- assign image_height = return | default: '160px' -%} {%- assign name = 'excerpt.default_image' -%} {%- include functions.html func='get_value' -%} {%- assign default_image = return -%} {%- assign post_image = post.excerpt_image | default: post.banner.image | default: post.banner | default: default_image | default: '/assets/images/default-image.jpeg' -%}
{{ article_excerpt }} Read More