Skip to content

Instantly share code, notes, and snippets.

@tfsojon
Created February 2, 2023 06:46
Show Gist options
  • Save tfsojon/bea775691f938fb0058db57b4455639a to your computer and use it in GitHub Desktop.
Save tfsojon/bea775691f938fb0058db57b4455639a to your computer and use it in GitHub Desktop.
{{ $categories := slice }}
{{ range .Params.integration_tools }}
{{ $categories = $categories | append .category | uniq }}
{{ end }}
{{ range $categories }}
<li>{{. | markdownify}}</li>
{{ end }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment