diff --git a/content/en/quick-reference/_index.md b/content/en/quick-reference/_index.md index b5f434e2d..83adb4029 100644 --- a/content/en/quick-reference/_index.md +++ b/content/en/quick-reference/_index.md @@ -1,7 +1,7 @@ --- title: Quick reference guides linkTitle: In this section -description: Quick reference guides to Hugo's features, functions, and methods. +description: Use these quick reference guides for quick access to key information. categories: [] keywords: [] menu: @@ -13,4 +13,4 @@ weight: 10 showSectionMenu: false --- -Quick reference guides to Hugo's features, functions, and methods. +{{% param description %}} diff --git a/layouts/partials/pagelayout.html b/layouts/partials/pagelayout.html new file mode 100644 index 000000000..6ff7df0ab --- /dev/null +++ b/layouts/partials/pagelayout.html @@ -0,0 +1,36 @@ +{{ $section_to_display := .section_to_display }} +
+ +
+
+ {{ partial "nav-links-docs.html" .context }} +
+ +
+ + +
+ {{ $interior_classes := .context.Site.Params.flex_box_interior_classes }} +
+ {{ $pages := $section_to_display }} + {{ if in (slice "functions" "methods" "quick-reference") $.context.Type }} + {{ $pages = $.context.Pages }} + {{ end }} + {{ range $pages }} + {{ partial "boxes-section-summaries.html" (dict "context" . "classes" $interior_classes "fullcontent" true) }} + {{ end }} +
+
+ +
+ +
+ +