{# Render comments section (utterances) #} {% macro render_comments(comments, config) %} {% set repo = "" %} {% if comments and comments.repo %} {% set repo = comments.repo %} {% elif config and config.comments and config.comments.repo %} {% set repo = config.comments.repo %} {% endif %} {% if repo %}
{% endif %} {% endmacro %}