Skip to content

Commit

Permalink
Merge pull request #1934 from Aqua-Dream/master
Browse files Browse the repository at this point in the history
Update valine.swig
  • Loading branch information
ivan-nginx authored Oct 11, 2017
2 parents 8f3e447 + 21cdb07 commit 885633d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/_third-party/comments/valine.swig
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{% if theme.valine.enable and theme.valine.appid and theme.valine.appkey %}

<script src="//cdn1.lncld.net/static/js/3.0.4/av-min.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected].4/dist/Valine.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected].6/dist/Valine.min.js"></script>
<script type="text/javascript">
new Valine({
av: AV,
el: '#vcomments' ,
el: '#comments' ,
verify: {{ theme.valine.verify }},
notify: {{ theme.valine.notify }},
app_id: '{{ theme.valine.appid }}',
Expand Down

0 comments on commit 885633d

Please sign in to comment.