--- layout: default ---

{{ page.title }}

{%- assign date_format = site.date_format | default: "%b %-d, %Y" -%} {%- assign authordata = '' | split:'@' %} {%- for author in site.authors %} {%- if page.authors contains author.username or author.username == page.authors %} {%- if page.authors.first %} {%- if page.authors.first == author.username %} {{ author.name }} {%- endif %} {%- elsif forloop.first and author.picture %} {{ author.name }} {%- endif %} {%- capture data -%} {{ author.name }} {%- endcapture %} {%- assign authordata = authordata | push: data %} {%- endif %} {%- endfor %}
{{ 'post' | t: 'written_by' }} {{ authordata | array_to_sentence_string }} {{ page.date | date: date_format }}
{{ content }}