Skip to content

Commit 93c8591

Browse files
save file
1 parent 4292253 commit 93c8591

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

blog/html/blog-hdr/v2.0/blog-hdr-v2.0.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
debug('init');
9797
await mod.auto();
9898

99-
obj.pagesource = mod['page-source'];
99+
obj['page-source'] = mod['page-source'];
100+
obj.pageSource = mod['page-source'];
100101

101102

102103
}//init

0 commit comments

Comments
 (0)