Skip to content

Commit

Permalink
update 2024-03-28
Browse files Browse the repository at this point in the history
  • Loading branch information
lavrton committed Mar 28, 2024
1 parent 8bc121f commit da19bcf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions themes/hexo3/layout/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,14 @@
<%- partial('_partial/header') %> <%- body %> <%- partial('_partial/footer')
%> <%- partial('_partial/after-footer') %>
</body>
<script type="text/javascript">
!(function (e, t) {
((e = t.createElement('script')).src =
'https://cdn.convertbox.com/convertbox/js/embed.js'),
(e.id = 'app-convertbox-script'),
(e.async = true),
(e.dataset.uuid = 'db9e320b-6d6c-49c4-ba5c-b29e6d5fc91c'),
document.getElementsByTagName('head')[0].appendChild(e);
})(window, document);
</script>
</html>

0 comments on commit da19bcf

Please sign in to comment.