Convert tabs to spaces

This commit is contained in:
Pat Hawks 2016-01-12 14:15:22 -08:00
parent 9f53718796
commit b8d9cc2932
No known key found for this signature in database
GPG Key ID: F1746FF5F18B3D1B
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@
{% elsif seo_site_title %}
{% assign seo_title = seo_site_title %}
{% assign seo_page_title = seo_site_title %}
{% if site.description %}
{% assign seo_title = seo_title | append:" - " | append: site.description %}
{% endif %}
{% if site.description %}
{% assign seo_title = seo_title | append:" - " | append: site.description %}
{% endif %}
{% endif %}
{% if seo_title %}
{% assign seo_title = seo_title | markdownify | strip_html | strip_newlines | escape_once %}