{%- assign description = content | strip_html | split: “ ” | join: “ ” | escape | truncate: 150 -%} {%- assign version = “0.0.0” -%}
{%- include reset/i18n.liquid -%} {%- include reset/schema.liquid -%}
{% comment %} github-metadata {% endcomment %} {%- if jekyll.environment != “production” -%}
{%- assign author = site.author | default: "[author]" -%} {%- assign github_edit_link = "#" -%}
{%- else -%}
{%- assign author = site.author | default: site.github.owner_name -%} {%- capture github_edit_link %}{% github_edit_link %}{% endcapture -%}
{%- endif -%}
{% comment %} title {% endcomment %} {%- case page.url -%}
{%- when "/" -%} {%- assign title = site.title | append: " · " | append: site.description -%} {%- else -%} {%- assign title = page.title | default: page.url | append: " · " | append: site.title -%}
{%- endcase -%}