{% capture title %}{{ page.title }}{% endcapture %}
{% assign url = page.url | relative_url | prepend: site.url %}
{% for share in site.data.blog.share.platforms %}
{% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
{% endfor %}
{%- include authors/authors.html -%}
{%- include postauthorbio.html -%}
{% if page.author %}
{%- include author_bio.html -%}
{% endif %}
{{ content }}
{%- include paginationPostPage.html -%}
{%- if page.categories or page.tags-%}
{%- include section/related_categories_post.html -%}
{%- else -%}
{%- include section/recent_posts.html -%}
{% endif %}
{%- if site.disqus.shortname -%}
{%- include disqus_comments.html -%}
{%- endif -%}
{%- include section/count.html -%}
{%- include section/alertbar.html -%}
{% include script.html %}