diff --git a/breek/templates/books.ejs b/breek/templates/books.ejs index ca9652a..6d1c239 100644 --- a/breek/templates/books.ejs +++ b/breek/templates/books.ejs @@ -1,3 +1,4 @@ + <%- include('./includes/head', { siteTitle: `我的阅读 | ${themeConfig.siteName}` }) %> @@ -23,7 +24,7 @@ new Bmdb({ type: 'books', selector: '.section-content', - secret: '0bba46738324c778ad2da662837c14d2c1e5bceb22e3729febc9fd3677bdcea5', + secret: '<%= site.customConfig.bmdbSecret %>', noMoreText: '没有更多数据了', limit: 30 }) @@ -31,4 +32,4 @@ - + \ No newline at end of file diff --git a/breek/templates/movies.ejs b/breek/templates/movies.ejs index f777594..1d56d00 100644 --- a/breek/templates/movies.ejs +++ b/breek/templates/movies.ejs @@ -1,3 +1,4 @@ + <%- include('./includes/head', { siteTitle: `我的观影 | ${themeConfig.siteName}` }) %> @@ -23,7 +24,7 @@ new Bmdb({ type: 'movies', selector: '.section-content', - secret: '0bba46738324c778ad2da662837c14d2c1e5bceb22e3729febc9fd3677bdcea5', + secret: '<%= site.customConfig.bmdbSecret %>', noMoreText: '没有更多数据了', limit: 30 }) @@ -31,4 +32,4 @@ - + \ No newline at end of file