Files
hexo-theme-shoka/layout/_macro/comment.njk
2020-09-02 21:28:24 +08:00

6 lines
177 B
Plaintext

{% macro render() %}
{%- if page.comment !== false %}
<div class="wrap" id="comments" data-id="{{ page.path | replace('index.html', '') }}"></div>
{%- endif %}
{% endmacro %}