We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f53718 commit b8d9cc2Copy full SHA for b8d9cc2
lib/template.html
@@ -21,9 +21,9 @@
21
{% elsif seo_site_title %}
22
{% assign seo_title = seo_site_title %}
23
{% assign seo_page_title = seo_site_title %}
24
- {% if site.description %}
25
- {% assign seo_title = seo_title | append:" - " | append: site.description %}
26
- {% endif %}
+ {% if site.description %}
+ {% assign seo_title = seo_title | append:" - " | append: site.description %}
+ {% endif %}
27
{% endif %}
28
{% if seo_title %}
29
{% assign seo_title = seo_title | markdownify | strip_html | strip_newlines | escape_once %}
0 commit comments