{{ if ne .Site.BaseURL "https://bbaovanc.com" }}
Comment section is not available during development previews.
{{ else }}
{{ $id := "" }}
{{ with .Params.discussionId }}
{{ $id = . }}
{{ else }}
{{ if .IsTranslated }}
{{ with index .AllTranslations 0 }}
{{ $id = .Permalink }}
{{ end }}
{{ else }}
{{ $id = .Permalink }}
{{ end }}
{{ end }}
Comments powered by Talkyard.
Discussion ID:
{{ $id }}