We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12c0be commit b6fff3fCopy full SHA for b6fff3f
_includes/comments.html
@@ -2,9 +2,8 @@
2
3
{% if site.comment.uyan %}
4
<div id="uyan_frame"></div>
5
- var uyan_shortname = '{{ site.comment.uyan }}';
6
7
- <script type="text/javascript" src="http://v2.uyan.cc/code/uyan.js?uid="+uyan_shortname></script>
+ <script type="text/javascript" src="http://v2.uyan.cc/code/uyan.js?uid="+'{{ site.comment.uyan }}'></script>
8
9
{% elsif site.comment.disqus %}
10
<div id="disqus_thread"></div>
0 commit comments