{# ================================================================================ Comments Section Component ================================================================================ Integration point for comments (giscus, disqus, utterances, etc.). Only renders when provider is set. Usage: {{ comments_section(provider) }} Configuration: - Disable: Set params.comments: false in post frontmatter - Enable: Set params.comments_provider: giscus|disqus|utterances (or custom) ================================================================================ #} {% def comments_section(provider) %} {% if provider %}
{{ t('blog.comments', default='Comments') }}