mirror of
https://github.com/amehime/hexo-theme-shoka.git
synced 2026-04-05 18:49:07 +08:00
6 lines
177 B
Plaintext
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 %}
|