Skip to content

Commit

Permalink
fix: gitalk
Browse files Browse the repository at this point in the history
  • Loading branch information
杨明 committed May 9, 2023
1 parent 8234979 commit ee31f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions after-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const addMeta = (file, id) => {
</script>
</body>`)
.replace('</head>', ` <meta name="google-site-verification" content="TbvyCK9sEBOqr5fAbXQ2uLNMgTDgn4wmpBM747LhOwk" />
<link rel="stylesheet" href="/gitalk.css">
<script src="/gitalk.min.js"></script>
<link rel="stylesheet" href="/gitalk/gitalk.css">
<script src="/gitalk/gitalk.min.js"></script>
</head>`)
.replace('</title>', item ? `</title>
<meta name="keywords" content="${item.tag.split('、').join(',')}" />` : '</title>')
Expand Down

0 comments on commit ee31f45

Please sign in to comment.