Skip to content

Commit

Permalink
fix #621
Browse files Browse the repository at this point in the history
  • Loading branch information
MHuiG committed Sep 18, 2021
1 parent f352df1 commit ac37bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_plugins/pjax/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
pjax = new Pjax({
elements: 'a[href]:not([href^="#"]):not([href="javascript:void(0)"]):not([pjax-fancybox]):not([onclick="return false;"]):not([target="_blank"]):not([target="view_window"]):not([href$=".xml"])',
selectors: [
"title",
"head title",
<% if (!theme.plugins.pjax.cover){ %>"#l_cover",<% } %>
"#l_main",
"#pjax-header-nav-list",
Expand Down

0 comments on commit ac37bf7

Please sign in to comment.