Sha256: 1157ce641954ab2d406cb96b0694c168268803a4a763c8ea251bfad2db791dfd

Contents?: true

Size: 491 Bytes

Versions: 2

Compression:

Stored size: 491 Bytes

Contents

{% if page.comments.waline or site.comments.waline and layout.type == "post" %}
<script src="https://cdn.jsdelivr.net/npm/@waline/client/dist/waline.umd.js"></script>
<script>
    $(document).ready(function () {
        Waline.init({
            el: '#waline',
            serverURL: '{{ site.comments.waline_url }}',
            reaction: {{ site.comments.waline_reaction }},
        comment: true,
        locale: {{ site.comments.waline_locale }}
        });
    });
</script>
{% endif %}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-h2o-ac-1.5.0 _includes/plugins/comments/waline_js.html
jekyll-theme-h2o-ac-1.4.0 _includes/plugins/comments/waline_js.html