Skip to content

Commit 7eaf354

Browse files
authored
Update LeanCloud issue in Valine (#926)
1 parent 10c0333 commit 7eaf354

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

layout/_third-party/comments/valine.swig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
71
{% set valine_uri = '//unpkg.com/valine/dist/Valine.min.js' %}
82
{% if theme.vendors.valine %}
93
{% set valine_uri = theme.vendors.valine %}

0 commit comments

Comments
 (0)