File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ Example from site config in `config.toml`:
106106 * The names used must match the ` Name ` of a defined ` Output Format ` .
107107 * Any ` Kind ` without a definition will get ` HTML ` .
108108 * These can be overriden per ` Page ` in front matter (see below).
109+ * When ` outputs ` is specified, only the formats defined in outputs will be rendered
109110
110111A ` Page ` with ` YAML ` front matter defining some output formats for that ` Page ` :
111112
@@ -118,7 +119,11 @@ A `Page` with `YAML` front matter defining some output formats for that `Page`:
118119 - json
119120 ---
120121 ```
121- Note that the names used for the output formats are case insensitive.
122+ Note:
123+
124+ * The names used for the output formats are case insensitive.
125+ * The first output format in the list will act as the default.
126+ * The default output format is used when generating links to other pages in menus, etc.
122127
123128## Link to Output Formats
124129
You can’t perform that action at this time.
0 commit comments