diff --git a/lib/bridgetown-seo-tag/drop.rb b/lib/bridgetown-seo-tag/drop.rb index 62c5f26..bc89d67 100644 --- a/lib/bridgetown-seo-tag/drop.rb +++ b/lib/bridgetown-seo-tag/drop.rb @@ -66,7 +66,7 @@ def site_tagline_or_description def title @title ||= if site_title && page_title != site_title && !format_string(page_title).start_with?(site_title + TAGLINE_SEPARATOR) - page_title + TITLE_SEPARATOR + site_title + page_title else page_title || site_title end