Fixed condition requiring tagline or description
This commit is contained in:
parent
6005f93781
commit
0ebb50b9a8
|
@ -60,7 +60,7 @@ module Jekyll
|
|||
@title ||= begin
|
||||
if site_title && page_title != site_title
|
||||
page_title + TITLE_SEPARATOR + site_title
|
||||
elsif site_description && site_title
|
||||
elsif site_tagline_or_description && site_title
|
||||
site_title + TITLE_SEPARATOR + site_tagline_or_description
|
||||
else
|
||||
page_title || site_title
|
||||
|
|
Loading…
Reference in New Issue