{{ featured_post.title }}
{% if featured_post.tags %} {% endif %}
{{ featured_post.excerpt | markdownify | strip_html | truncatewords: 40 }}
--- layout: default title: Home --- {% assign featured_post = site.posts | sort: 'date' | reverse | first %}