From 25ab1bcd59c36f946601aff71d0a40bfb91a3325 Mon Sep 17 00:00:00 2001 From: w1kee <31793948+w1kee@users.noreply.github.com> Date: Tue, 4 Jan 2022 21:01:37 +0100 Subject: [PATCH] docs: fix missing doublequote (#1719) --- docs/content/documentation/content/section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/content/section.md b/docs/content/documentation/content/section.md index 6f23051a34..5d0755735a 100644 --- a/docs/content/documentation/content/section.md +++ b/docs/content/documentation/content/section.md @@ -48,7 +48,7 @@ description = "" # A draft section is only loaded if the `--drafts` flag is passed to `zola build`, `zola serve` or `zola check`. draft = false -# Used to sort pages by "date", "title, "weight", or "none". See below for more information. +# Used to sort pages by "date", "title", "weight", or "none". See below for more information. sort_by = "none" # Used by the parent section to order its subsections.