Skip to content

Commit b8d9cc2

Browse files
committed
Convert tabs to spaces
1 parent 9f53718 commit b8d9cc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/template.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
{% elsif seo_site_title %}
2222
{% assign seo_title = seo_site_title %}
2323
{% assign seo_page_title = seo_site_title %}
24-
{% if site.description %}
25-
{% assign seo_title = seo_title | append:" - " | append: site.description %}
26-
{% endif %}
24+
{% if site.description %}
25+
{% assign seo_title = seo_title | append:" - " | append: site.description %}
26+
{% endif %}
2727
{% endif %}
2828
{% if seo_title %}
2929
{% assign seo_title = seo_title | markdownify | strip_html | strip_newlines | escape_once %}

0 commit comments

Comments
 (0)