Merge branch 'dev' of github.com:XPoet/hexo-theme-keep into dev
This commit is contained in:
commit
922c7758dd
|
@ -1,7 +1,7 @@
|
||||||
<%- __js('js/libs/pjax.min.js') %>
|
<%- __js('js/libs/pjax.min.js') %>
|
||||||
<script>
|
<script>
|
||||||
window.addEventListener('DOMContentLoaded', () => {
|
window.addEventListener('DOMContentLoaded', () => {
|
||||||
const pjax = new Pjax({
|
window.pjax = new Pjax({
|
||||||
selectors: [
|
selectors: [
|
||||||
'head title',
|
'head title',
|
||||||
'.page-container',
|
'.page-container',
|
||||||
|
|
Loading…
Reference in New Issue