{% assign page_author_name = page.author.name | default: site.author.name | default: nil | escape %} {% assign page_author_id = page.facebook.authors | default: site.facebook.authors | default: nil | escape | first %} {% assign page_author_short_bio = page.author.short_bio[page.lang] | default: site.author.short_bio[page.lang] | default: nil | escape %} {% assign page_author_picture = page.author.picture | default: site.author.picture | default: nil | escape %} {% if page_author_name %}
{{ page_author_name }} {{ site.t[page.lang].on-word }} Facebook
{% endif %}
{% include post-meta-info.html post_date=page.date post_url=page.url post_lang=page.lang %}