diff --git a/_includes/header.html b/_includes/header.html index 1b893c9..b4c4978 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -11,8 +11,10 @@ {% if page.layout == "post" %} - - +{% for author in page.authors %} + + +{% endfor %} {% else %} {% endif %} diff --git a/_includes/postheader.html b/_includes/postheader.html index 27db54d..b6899fe 100644 --- a/_includes/postheader.html +++ b/_includes/postheader.html @@ -1,5 +1,6 @@ {% if include.post.title == page.title %}

{% else %}

{% endif %} {{ include.post.title }} {% if include.post.title == page.title %}

{% else %}{% endif %} -{{ include.post.date | date: "%B %-d, %Y" }} - written by {{ include.post.author }} +{{ include.post.date | date: "%B %-d, %Y" }} +{% for author in include.post.authors %}{% if forloop.first %}- written by{% elsif forloop.last %} and{% else %},{% endif %} {{ author }}{% endfor %} {% if include.post.title == page.title %}{% else %}{% endif %} diff --git a/_posts/2021-12-01-86box-v3-0.md b/_posts/2021-12-01-86box-v3-0.md index 904f476..9d6c64c 100644 --- a/_posts/2021-12-01-86box-v3-0.md +++ b/_posts/2021-12-01-86box-v3-0.md @@ -2,7 +2,7 @@ layout: post title: "86Box v3.0" description: "86Box v3.0 is here. Check out what's new." -author: "richardg867" +authors: ["richardg867"] image: "/assets/images/v3.0/hero.png" ---