Skip to content

Commit f6e67a8

Browse files
committed
update
1 parent 54b530c commit f6e67a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/extend_footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
if (host !== 'blog.liudon.xyz' && ! host.startsWith('liudon.') && ! host.startsWith('localhost') && ! host.startsWith('127.0.0.1')) {
2222
document.body.innerHTML = [
2323
'<div style="margin: auto;">',
24-
'<h1>即将在2秒后跳转到本人博客: https://liudon.com。</h1>',
24+
'<h1>当前页面并非本人博客,即将在2秒后跳转到本人博客: https://liudon.com。</h1>',
2525
'<br />',
2626
'</div>',
2727
].join('')

0 commit comments

Comments
 (0)