{%- comment -%} Title {%- endcomment -%} {%- if page.url == '/' -%} {%- assign title = site.title | append: ' | ' | append: site.description | escape -%} {%- else -%} {%- assign title = page.title | append: ' | ' | append: site.title | escape -%} {%- endif -%} {{ title }} {%- comment -%} Open graph title {%- endcomment -%} {%- if page.og.title -%} {%- assign og_title = page.og.title | escape -%} {%- elsif page.url == '/' -%} {%- assign og_title = site.title | escape -%} {%- else -%} {%- assign og_title = page.title | escape -%} {%- endif -%} {%- comment -%} Author information {%- endcomment -%} {%- if site.author.name -%} {%- endif -%} {%- if site.author.social.twitter -%} {%- endif -%} {%- comment -%} Description {%- endcomment -%} {%- if page.og.description -%} {%- assign description = page.og.description | escape -%} {%- else -%} {%- assign description = page.description | default: site.description | escape -%} {%- endif -%} {%- comment -%} Page links {%- endcomment -%} {%- if page.canonical -%} {%- endif -%} {%- comment -%} Twitter Card {%- endcomment -%} {%- if page.og.image -%} {%- elsif site.og.image -%} {%- endif -%} {%- comment -%} Post details {% endcomment %} {%- if page.collection == 'posts' -%} {%- endif -%}