themes/aws-modernize/layouts/_default/list.html [24:78]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ .Title }}
- Level: {{ .Params.level }}
{{ if .IsPage }}
- Categories:
{{ range $taxonomy_term := .Params.categories}}
{{ with $.Site.GetPage $taxonomy_term}}
{{ $taxonomy_term }}
{{ end }}
{{ end }}
{{ end }}
{{ if .IsPage }}
- Tags:
{{ range $taxonomy_term := .Params.tags}}
{{ with $.Site.GetPage $taxonomy_term}}
{{ $taxonomy_term }}
{{ end }}
{{ end }}
{{ end }}
{{ .Params.duration }}
{{ .Content }}
{{ end }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
themes/aws-modernize/layouts/_default/single.html [23:86]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ .Title }}
- Level: {{ .Params.level }}
{{ if .IsPage }}
- Categories:
{{ range $taxonomy_term := .Params.categories}}
{{ with $.Site.GetPage $taxonomy_term}}
{{ $taxonomy_term }}
{{ end }}
{{ end }}
{{ end }}
{{ if .IsPage }}
- Tags:
{{ range $taxonomy_term := .Params.tags}}
{{ with $.Site.GetPage $taxonomy_term}}
{{ $taxonomy_term }}
{{ end }}
{{ end }}
{{ end }}
{{ .Params.duration }}
{{ .Content }}
{{ end }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -