Skip to content

Commit b6fff3f

Browse files
committed
Fix comments
1 parent b12c0be commit b6fff3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_includes/comments.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
{% if site.comment.uyan %}
44
<div id="uyan_frame"></div>
5-
var uyan_shortname = '{{ site.comment.uyan }}';
65

7-
<script type="text/javascript" src="http://v2.uyan.cc/code/uyan.js?uid="+uyan_shortname></script>
6+
<script type="text/javascript" src="http://v2.uyan.cc/code/uyan.js?uid="+'{{ site.comment.uyan }}'></script>
87

98
{% elsif site.comment.disqus %}
109
<div id="disqus_thread"></div>

0 commit comments

Comments
 (0)