diff --git a/_layouts/default.html b/_layouts/default.html index 565bfa3..f9f8e9b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,7 +5,7 @@ - + diff --git a/_layouts/post.html b/_layouts/post.html index 8c0463b..61796b7 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,7 +1,6 @@ --- layout: default --- - {{ page.date | date: "%-d %B %Y" }}

{{ page.title }}

@@ -16,8 +15,8 @@ layout: default {% assign authorData = site.data.authors[site.author] %}
- {{ site.author }}'s profile picture. -
{{ site.author }}
+ {{ page.author }}'s profile picture. +
{{ page.author }}

{{ authorData.bio }}

{% for social in authorData.socials %} {{ social.type }} diff --git a/_layouts/simple.html b/_layouts/simple.html index d90e2da..7541f9d 100644 --- a/_layouts/simple.html +++ b/_layouts/simple.html @@ -5,13 +5,12 @@ - + - {% seo %} - +