{{ page.title | escape }} {% if page.date or page.tags %} Posted by {{ site.author.name }} on {{ page.date | date: "%b %d, %Y" }} {{ page.date | date: "%b %d, %Y" }} {{ site.author.name }} {{ page.image | absolute_url }} {{ page.excerpt }} {% if page.tags and page.tags != empty %} {% assign tags = page.tags %} 🔥 {% for tag in tags %} {{tag | downcase }}{% unless forloop.last %},{% endunless %} {% endfor %} {% endif %} {% endif %} {{ content }} {% if page.tweet %} Comments this article on Twitter. {% endif %}