{% if page.thumb_image %} {% if page.thumb_image contains '://' %} {% assign thumb_image = page.thumb_image %} {% else %} {% assign thumb_image = page.thumb_image | asset_path | absolute_url %} {% endif %} {% else %} {% assign thumb_image = 'og-image.jpg' | asset_path | absolute_url %} {% endif %} {{ site.name }} | {{ page.title }} {% if site.local_fonts %} {% include stylesheet.html path="fonts" %} {% endif %} {% if site.blog_theme == "light" %} {% include stylesheet.html path="light" %} {% else %} {% include stylesheet.html path="dark" %} {% endif %}