{{- /* Comment system integration partial. Renders the comment container and injects provider-specific CSS/JS assets. Supported providers: Artalk, Disqus, Gitalk, Valine, Waline, Facebook, Telegram, Commento, Utterances, Twikoo, Giscus, and custom comment systems. Called from: layouts/baseof.html. */ -}} {{- $cdn := .Site.Store.Get "cdn" | default dict -}} {{- $fingerprint := .Site.Store.Get "fingerprint" -}} {{- $comment := .Store.Get "comment" | default dict -}} {{- $commentConfig := dict "enable" false -}} {{- if $comment.enable -}} {{- $commentConfig = dict "enable" true "expired" (.Store.Get "commentExpired" | default false) -}}