Skip to content

Commit

Permalink
fix(pjax): image/title/subtitle of banner are not updated
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyib committed Nov 27, 2022
1 parent 7053cbc commit e41f2b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layout/_third-party/pjax.pug
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
];
if (isEnableNoHeader) {
pjaxSelectors.push('.header-inner');
} else {
pjaxSelectors.push('.header-banner');
}
var pjaxArgs = {
'selectors': pjaxSelectors,
Expand Down

0 comments on commit e41f2b7

Please sign in to comment.