Skip to content

Commit

Permalink
Update movies.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmm214 authored Apr 12, 2020
1 parent d9d6b5a commit ee83e63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions breek/templates/movies.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<head>
<%- include('./includes/head', { siteTitle: `我的观影 | ${themeConfig.siteName}` }) %>
<meta name="referrer" content="never">
<link rel="stylesheet" href="<%= themeConfig.domain %>/media/js/Bmdb.min.css">
<script type='text/javascript' src='<%= themeConfig.domain %>/media/js/Bmdb.min.js'></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/iMuFeng/[email protected]/dist/Bmdb.min.css">
<script type='text/javascript' src='https://cdn.jsdelivr.net/gh/iMuFeng/[email protected]/dist/Bmdb.min.js'></script>
</head>
<body>
<!-- start: #wrapper -->
Expand Down Expand Up @@ -31,4 +31,4 @@
</div>
<!-- end: #wrapper -->
</body>
</html>
</html>

0 comments on commit ee83e63

Please sign in to comment.