themes/aws-modernize/layouts/_default/single.html [41:48]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Categories:
{{ range $taxonomy_term := .Params.categories}}
{{ with $.Site.GetPage $taxonomy_term}}
{{ $taxonomy_term }}
{{ end }}
{{ end }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
themes/aws-modernize/layouts/index.html [40:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Categories:
{{ range $taxonomy_term := .Params.categories}}
{{ with $.Site.GetPage $taxonomy_term}}
{{ $taxonomy_term }}
{{ end }}
{{ end }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -