Formatting
This commit is contained in:
parent
25af3e785f
commit
53ca3446eb
|
@ -333,11 +333,11 @@ file, each document has the following attributes:
|
||||||
|
|
||||||
## Accessing Collection Attributes
|
## Accessing Collection Attributes
|
||||||
|
|
||||||
Attributes from the YAML front matter can be accessed as data anywhere in the
|
Attributes from the YAML front matter can be accessed as data anywhere in the
|
||||||
site. Using the above example for configuring a collection such
|
site. Using the above example for configuring a collection as `site.albums`,
|
||||||
as`site.albums`, one might have front matter in an individual file structured
|
one might have front matter in an individual file structured as follows (which
|
||||||
as follows (which must use a supported markup format, and cannot be
|
must use a supported markup format, and cannot cannot be saved with a `.yaml`
|
||||||
saved using a `.yaml` extension):
|
extension):
|
||||||
|
|
||||||
{% highlight yaml %}
|
{% highlight yaml %}
|
||||||
title: "Josquin: Missa De beata virgine and Missa Ave maris stella"
|
title: "Josquin: Missa De beata virgine and Missa Ave maris stella"
|
||||||
|
|
Loading…
Reference in New Issue