diff --git a/_includes/common/head.html b/_includes/common/head.html index 415eaa6..c184297 100644 --- a/_includes/common/head.html +++ b/_includes/common/head.html @@ -1,22 +1,6 @@ -{% capture title %} - {% if page.title_ %} - {{ site.title | append: " \ "| append: page.title_ }} - {% elsif page.fullname %} - {{ site.title | append: " \ "| append: page.fullname }} - {% elsif page.title %} - {{ site.title | append: " \ "| append: page.title }} - {% else %} - {{ site.title | escape }} - {% endif %} -{% endcapture %} +{% capture title %}{% if page.title_ %}{{ site.title }} \ {{ page.title_ }}{% elsif page.fullname %}{{ site.title }} \ {{ page.fullname }}{% elsif page.title %}{{ site.title }} \ {{ page.title }}{% else %}{{ site.title | escape }}{% endif %}{% endcapture %} -{% capture pic %} - {% if page.pic %} - https://reclaimfutures.org{{ page.pic }} - {% else %} - "https://reclaimfutures.org/assets/img/TwitterCard.png" - {% endif %} -{% endcapture %} +{%- capture pic -%}{% if page.pic %}https://reclaimfutures.org{{ page.pic }}{% else %}https://reclaimfutures.org/assets/img/TwitterCard.png{% endif %}{% endcapture %} @@ -27,26 +11,26 @@ - - - - - + + + + + - + - + - + - + @@ -66,6 +50,6 @@ - + \ No newline at end of file diff --git a/assets/img/TwitterCard.png b/assets/img/TwitterCard.png index bd16730..c655705 100644 Binary files a/assets/img/TwitterCard.png and b/assets/img/TwitterCard.png differ