{{firstPost.title}}
{{firstPost.created_at|time_diff}}
{% if firstPost.excerpt %} {{firstPost.excerpt}} {% else %} {{firstPost.content|truncate(255)}} {% endif %}
title = "Tin tức" url = "/blog" layout = "default" description = "Trang tin tức của công ty" is_hidden = 0 [blogPosts] pageNumber = "{{ :page }}" postsPerPage = 15 noPostsMessage = "Không có tin nào." sortOrder = "published_at desc" categoryPage = "blog/category" postPage = "blog/post" exceptCategories = "product,service" [blogCategories] slug = "{{ :slug }}" displayEmpty = 0 categoryPage = "blog/category" ==
{% if categories %}{{firstPost.created_at|time_diff}}
{% if firstPost.excerpt %} {{firstPost.excerpt}} {% else %} {{firstPost.content|truncate(255)}} {% endif %}
{{firstPost.created_at|time_diff}}
{% if post.excerpt %} {{post.excerpt|truncate(100)}} {% else %} {{post.content|truncate(100)}} {% endif %}