Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lmm214 authored Apr 12, 2020
1 parent 4aa493c commit cefa505
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions breek/templates/books.ejs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!doctype html>
<html>
<head>
<%- include('./includes/head', { siteTitle: `我的阅读 | ${themeConfig.siteName}` }) %>
Expand All @@ -23,12 +24,12 @@
new Bmdb({
type: 'books',
selector: '.section-content',
secret: '0bba46738324c778ad2da662837c14d2c1e5bceb22e3729febc9fd3677bdcea5',
secret: '<%= site.customConfig.bmdbSecret %>',
noMoreText: '没有更多数据了',
limit: 30
})
</script>
</div>
<!-- end: #wrapper -->
</body>
</html>
</html>
5 changes: 3 additions & 2 deletions breek/templates/movies.ejs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!doctype html>
<html>
<head>
<%- include('./includes/head', { siteTitle: `我的观影 | ${themeConfig.siteName}` }) %>
Expand All @@ -23,12 +24,12 @@
new Bmdb({
type: 'movies',
selector: '.section-content',
secret: '0bba46738324c778ad2da662837c14d2c1e5bceb22e3729febc9fd3677bdcea5',
secret: '<%= site.customConfig.bmdbSecret %>',
noMoreText: '没有更多数据了',
limit: 30
})
</script>
</div>
<!-- end: #wrapper -->
</body>
</html>
</html>

0 comments on commit cefa505

Please sign in to comment.