Skip to content

Commit

Permalink
style: adjuest websit comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
WGrape committed Sep 24, 2022
1 parent 5216151 commit c57ef8b
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions index.html
Expand Up @@ -301,6 +301,16 @@ <h3 style="margin: 0;padding: 0 0 5px 0;font-weight: 100;">All token types</h3>
</div>
</div>

<div id="Comment">
<script src="https://utteranc.es/client.js"
repo="wgrape/WGrape.github.io"
issue-term="title"
theme="github-light"
crossorigin="anonymous"
async>
</script>
</div>

<div id="Footer">
<p style="text-align: center;">
<img src="./vendor/img/logo.png"
Expand Down Expand Up @@ -536,12 +546,5 @@ <h3 style="margin: 0;padding: 0 0 5px 0;font-weight: 100;">All token types</h3>
}, 100);

</script>
<script src="https://utteranc.es/client.js"
repo="wgrape/WGrape.github.io"
issue-term="title"
theme="github-light"
crossorigin="anonymous"
async>
</script>
</body>
</html>

0 comments on commit c57ef8b

Please sign in to comment.