diff --git a/_layouts/post.html b/_layouts/post.html index bb3c55f..c0362b5 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,26 +9,19 @@ layout: default > ️{{ page.category }} - - - {{ page.title | escape }} - - + + {{ page.title | escape }} + + By {{ page.author }} + • - By - - - {{ page.author }} - • - - 🗓️ {% assign date_format = site.minima.date_format | + + 🗓️ {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %} {{ page.date | date: date_format }} - {% if page.image or page.remote-image %} @@ -104,5 +97,7 @@ layout: default + - + + \ No newline at end of file