{% capture title %}{% if paginator.page and paginator.page != 1 %}{{ page.title }} - Page {{ paginator.page }}{% else %}{{ page.title }}{% endif%} · MPC-HC{% endcapture %} {{ title }} {% capture meta_description %}{% if page.description %}{{ page.description }}{% if paginator.page and paginator.page != 1 %} - Page {{ paginator.page }}{% endif%}{% elsif page.excerpt %}{{ page.excerpt | newline_to_br | replace: '
', ' ' | strip_html | strip_newlines | replace: ' ', ' ' | rstrip | truncate: 155 }}{% else %}{{ site.description }}{% endif %}{% endcapture %} {% if paginator.total_pages > 1 %} {% if paginator.page == 1 %} {% else if paginator.page > 1 %} {% if paginator.next_page %} {% endif %} {% else %} {% endif %} {% endif %} {% feed_meta %} {% capture body_class %}{{ page.layout }}{% if page.body_class %} page-{{ page.body_class }}{% elsif page.slug %} page-{{ page.slug | slugify }}{% endif %}{% endcapture %}