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 1fa67df commit fc72b75Copy full SHA for fc72b75
lib/jekyll-seo-tag/drop.rb
@@ -52,10 +52,10 @@ def page_title
52
title = format_string(page["title"])
53
title_category = format_string(page["title_category"])
54
@page_title = if title && title_category && title != title_category
55
- title + TITLE_SEPARATOR + title_category
56
- else
57
- title || title_category || site_title
58
- end
+ title + TITLE_SEPARATOR + title_category
+ else
+ title || title_category || site_title
+ end
59
end
60
61
def site_tagline_or_description
0 commit comments