---
layout: page
pannel_includes:
- toc
tail_includes:
- related-posts
- post-nav
- disqus
---
{% include lang.html %}
{{ page.author | default: site.social.name }}
{% capture _preposition %}{{ site.data.locales[lang].post.published }}{% endcapture %}
{% include timeago.html date=page.date tooltip=true preposition=_preposition %}
{% if page.last_modified_at %}
{{ site.data.locales[lang].post.updated }}
{% include timeago.html date=page.last_modified_at class="lastmod" tooltip=true %}
{% endif %}
{% include read-time.html content=content prompt=true %}
{% if site.google_analytics.pv.proxy_endpoint or site.google_analytics.pv.cache_path %}
{{ site.data.locales[lang].post.pageview_measure }}
{% endif %}
{% if page.image.src %}
{% endif %}
{{ content }}
{% 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 %}