Convert tabs to spaces
This commit is contained in:
parent
9f53718796
commit
b8d9cc2932
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue