{% if page.title %} {% set title = page.title %} {% else %} {% set title = config.title %} {% endif %} {% if page.extra.author %} {% set author = page.extra.author %} {% else %} {% set author = config.extra.author %} {% endif %} {% if page.description %} {% set description = page.description | truncate(length=150) %} {% else %} {% set description = config.description | truncate(length=150) %} {% endif %} {% if page.extra.image %} {% set image = get_url(path=page.extra.image, trailing_slash=false) %} {% else %} {% set image = get_url(path=config.extra.logo, trailing_slash=false) %} {% endif %} {% if page.permalink %} {% set url = page.permalink %} {% else %} {% set url = config.base_url %} {% endif %} {% if title %}