{{/* 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. */}}
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" }} |