Skip to content

Commit

Permalink
Update post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyya99 committed Jul 22, 2023
1 parent 2d0131e commit e92c49b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
- article-menu
---
<script>
let scriptElement = document.createElement("script");
scriptElement.type = "text/javascript";
scriptElement.src = "./kakao_include.js";
document.body.appendChild(scriptElement);
Kakao.init(process.env.KAKAO_JAVASCRIPT_KEY);
</script>
<div class="post">
<section>
Expand Down

0 comments on commit e92c49b

Please sign in to comment.