mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-27 17:34:27 -07:00
Make blog post authors an array
This commit is contained in:
@@ -11,8 +11,10 @@
|
||||
{% if page.layout == "post" %}
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:published_time" content="{{ page.date | date: "%FT%TZ" }}" />
|
||||
<meta property="article:author" content="https://github.com/{{ page.author }}" />
|
||||
<meta property="article:author:username" content="{{ page.author }}" />
|
||||
{% for author in page.authors %}
|
||||
<meta property="article:author" content="https://github.com/{{ author }}" />
|
||||
<meta property="article:author:username" content="{{ author }}" />
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<meta property="og:type" content="website" />
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user