We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c0333 commit 7eaf354Copy full SHA for 7eaf354
layout/_third-party/comments/valine.swig
@@ -1,9 +1,3 @@
1
-{% set leancloud_uri = '//cdn1.lncld.net/static/js/3.11.1/av-min.js' %}
2
-{% if theme.vendors.leancloud %}
3
- {% set leancloud_uri = theme.vendors.leancloud %}
4
-{% endif %}
5
-<script src="{{ leancloud_uri }}"></script>
6
-
7
{% set valine_uri = '//unpkg.com/valine/dist/Valine.min.js' %}
8
{% if theme.vendors.valine %}
9
{% set valine_uri = theme.vendors.valine %}
0 commit comments