---
layout: page
refactor: true
panel_includes:
- toc
tail_includes:
- related-posts
- post-nav
- comments
---
{% include lang.html %}
{{ page.title }}
{{ site.data.locales[lang].post.posted }}
{% include datetime.html date=page.date tooltip=true lang=lang %}
{% if page.author %}
{% assign authors = page.author %}
{% elsif page.authors %}
{% assign authors = page.authors %}
{% endif %}
{{ site.data.locales[lang].post.written_by }}
{% if authors %}
{% for author in authors %}
{{ site.data.authors[author].name }}
{% unless forloop.last %}{{ ', ' }}{% endunless %}
{% endfor %}
{% else %}
{{ site.social.name }}
{% endif %}
{% include read-time.html content=content prompt=true lang=lang %}
{% if page.categories.size > 0 %}
{% for category in page.categories %}
{{ category }}
{%- unless forloop.last -%},{%- endunless -%}
{% endfor %}
{% endif %}
{% if page.tags.size > 0 %}
{% endif %}
{% if site.data.locales[lang].copyright.license.template %}
{% capture _replacement %}
{{ site.data.locales[lang].copyright.license.name }}
{% endcapture %}
{{ site.data.locales[lang].copyright.license.template | replace: ':LICENSE_NAME', _replacement }}
{% endif %}
{% include post-sharing.html lang=lang %}