Browse Source

Merge pull request #895 from mr-ubik/patch-1

Series: Clarify indexing docs
Justin Mayer 7 years ago
parent
commit
59872db964
1 changed files with 2 additions and 1 deletions
  1. 2 1
      series/Readme.md

+ 2 - 1
series/Readme.md

@@ -14,9 +14,10 @@ or, in Markdown syntax
 The plugin collects all articles belonging to the same series and provides
 The plugin collects all articles belonging to the same series and provides
 series-related variables that you can use in your template.
 series-related variables that you can use in your template.
 
 
+#### Indexing
 By default articles in a series are ordered by date and then automatically numbered.
 By default articles in a series are ordered by date and then automatically numbered.
 
 
-If you want to force a given order just specify the `:series_index` metadata,
+If you want to force a given order just specify the `:series_index:` metadata or in Markdown `series_index:`,
 starting from 1. All articles with this enforced index are put at the beginning of
 starting from 1. All articles with this enforced index are put at the beginning of
 the series and ordered according to the index itself. All the remaining articles
 the series and ordered according to the index itself. All the remaining articles
 come after them, ordered by date.
 come after them, ordered by date.