Skip to content

Commit

Permalink
update_fluid_layout_headejs
Browse files Browse the repository at this point in the history
  • Loading branch information
phh95 committed Jul 20, 2024
1 parent baf67ab commit d7b72a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions themes/fluid/layout/_partial/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ if (page.title) {
<%- partial('_partial/css.ejs') %>
<%- js_ex(theme.static_prefix.internal_js, 'utils.js') %>
<%- js_ex(theme.static_prefix.internal_js, 'color-schema.js') %>
<!-- 引入必要的JavaScript库 -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js"></script>
</head>

0 comments on commit d7b72a4

Please sign in to comment.