{% if site.style == 'dark' %} {% assign icon_color = "#ffffff" %} {% else %} {% assign icon_color = "#24292e" %} {% endif %} {% assign content = page.content %} {% assign posts_total = site.posts | size %} {% assign user = site.github.owner %} {% if page.path contains '_posts' %} {% assign page_title = page.title %} {% assign meta_description = page.content | strip_html | strip_newlines | xml_escape | truncate: 300 %} {% if page.image %} {% assign meta_image = page.image | prepend: "/img/thumbnail/" | absolute_url %} {% endif %} {% else %} {% assign page_title = site.title %} {% assign meta_description = user.bio | strip_html | strip_newlines | xml_escape | truncate: 300 %} {% assign meta_image = user.avatar_url %} {% endif %} {{ page_title }} {% if meta_image %}{% endif %}