Skip to content

Commit

Permalink
feat: add missing "v" suffix and source files
Browse files Browse the repository at this point in the history
  • Loading branch information
Stark-X committed Dec 30, 2022
1 parent e5ed50c commit 0d53ca4
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion layout/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<!-- codecopy -->
<% if (theme.codecopy.enable) { %>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/clipboard.js"></script>
<script type="text/javascript" src="<%- url_for('scripts/codecopy.js') %>" async></script>
<script type="text/javascript" src="<%- url_for('scripts/codecopy.js') %>?v=<%- theme.source_version %>" async></script>
<% } %>
</body>
</html>
2 changes: 1 addition & 1 deletion source/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/css/style.css.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions source/scripts/codecopy.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions source/scripts/codecopy.js.LICENSE.txt

This file was deleted.

2 changes: 1 addition & 1 deletion source/scripts/codecopy.js.map

Large diffs are not rendered by default.

0 comments on commit 0d53ca4

Please sign in to comment.