gh-discussion.html 175 B

1234
  1. {{- $links := apply .Params "partial" "github-discussion" "." -}}
  2. {{- $clean := apply $links "chomp" "." -}}
  3. ({{ delimit $clean ", " }})
  4. {{- /* Chomp trailing newline. */ -}}