diff --git a/_layouts/post.html b/_layouts/post.html index 4de0f8c..fd8ca8c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,10 +16,10 @@ layout: default {% assign authorData = site.data.authors[page.author] %}
- {{page.author}}'s Profile Photo. -
{{page.author}}
-

{{authorData.bio}}

- {% for social in authorData.socials %} - {{social.type}} - {% endfor %} + {{ page.author }}'s profile picture. +
{{ page.author }}
+

{{ authorData.bio }}

+ {% for social in authorData.socials %} + {{ social.type }} + {% endfor %}