Skip to content

Commit

Permalink
Fixed script tag rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Aug 1, 2018
1 parent 7c47d95 commit 667f9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<body>
<div id="app">
</div>
<script src="https://unpkg.com/docute-emojify" type="text/javascript"></script>
<script src="https://unpkg.com/docute@3/dist/docute.js" type="text/javascript">
<script src="https://unpkg.com/docute-emojify"></script>
</script><script src="./config.js" type="text/javascript">
</script><script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down

0 comments on commit 667f9d7

Please sign in to comment.