Sha256: 476b566afbfd569ec298563b0efdbf7bfd7657c0bdee2cf1f7eb5b10ec291dd1
Contents?: true
Size: 497 Bytes
Versions: 2
Compression:
Stored size: 497 Bytes
Contents
{% if page.comments.twikoo or site.comments.twikoo and layout.type == "post" %} <script src="https://cdn.jsdelivr.net/npm/twikoo@1.6.39/dist/twikoo.all.min.js"></script> <script> if ($("#twikoo").length > 0) { twikoo.init({ envId: "{{ site.comments.twikoo_url }}", el: "#twikoo", region: "{{ site.comments.twikoo_region | default: '' }}", lang: "{{ site.comments.twikoo_lang | default: 'zh-CN' }}" }); } </script> {% endif %}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-h2o-ac-1.5.0 | _includes/plugins/comments/twikoo_js.html |
jekyll-theme-h2o-ac-1.4.0 | _includes/plugins/comments/twikoo_js.html |