diff --git a/_layouts/post.html b/_layouts/post.html index 0c87571..6453bbf 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,7 +8,7 @@ layout: default itemtype="http://schema.org/BlogPosting" > - {{ page.category }} + #️⃣ {{ page.category }} {{ page.title | escape }} @@ -31,7 +31,7 @@ layout: default > - | {% endif %} {% assign date_format = site.minima.date_format | + • {% endif %} 🗓️ {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %} {{ page.date | date: date_format }}