{% if page.excerpt %} {% assign type = 'article' %} {% assign sectionTitle = 'React Blog' %} {% assign description = page.excerpt | strip_html %} {% else %} {% assign type = 'website' %} {% assign sectionTitle = 'React' %} {% assign description = 'A JavaScript library for building user interfaces' %} {% endif %} {% if page.id == 'home' %} {% assign title = sectionTitle | append: ' - ' | append: page.title %} {% else %} {% assign title = page.title | append: ' - ' | append: sectionTitle %} {% endif %}