<div class="card bg-light blog-entry rounded-0 {% for tag in include.post.tags %} blog-tag-{{ tag | slugify}} {% endfor %}"> <div class="card-body"> <h4 class="card-title blog-title"><a class="blog-button" href="{{ include.post.url }}">{{ include.post.title }}</a></h4> <div class="card-text blog-summary">{{ include.post.description }}</div> <span class="text-muted project-status">{{ include.post.date | date_to_string }}</span> <span class="text-muted blog-cat">{{ include.post.tags | join: ", " }}</span> </div> </div>