{{/* Prints a list of design documents with metadata from a given folder. */}} {{ $folder := .Get "folder" }} {{ $section := site.GetPage "section" $folder }} {{/* We use the index pages of each subfolder in the given folder */}} {{ $sortedSections := sort $section.Sections ".Params.creation-date" "desc" }} {{/* Ensure the table is full width and make the font size slightly smaller so everything fits nicely. */}} {{ range $sortedSections }} {{/* Maintain the visual appearance of the former blueprints list without striped table rows. */}} {{ end }}
Status Title Authors Coach Owning Stage Created
{{ partial "gitlab/label" (dict "name" .Params.Status) }} {{ .Title }} {{ partial "gitlab/profile-links" (dict "handles" .Params.authors) }} {{ partial "gitlab/profile-links" (dict "handles" .Params.Coach) }} {{ partial "gitlab/profile-links" (dict "handles" .Params.Coaches) }} {{ partial "gitlab/label" (dict "name" (index .Params "owning-stage"))}} {{ index .Params "creation-date" }}