mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fix documentation
This commit is contained in:
parent
d5bfec3a8b
commit
8ba6a4d19d
1 changed files with 4 additions and 4 deletions
|
|
@ -215,10 +215,10 @@ Pelican, or with the ``keywords`` metadata, as is standard in HTML. The two can
|
||||||
be used interchangeably.
|
be used interchangeably.
|
||||||
|
|
||||||
Note that, aside from the title, none of this metadata is mandatory: if the date
|
Note that, aside from the title, none of this metadata is mandatory: if the date
|
||||||
is not specified, Pelican will rely on the file's "mtime" timestamp, and the
|
is not specified and DEFAULT_DATE is None, Pelican will rely on the file's
|
||||||
category can be determined by the directory in which the file resides. For
|
"mtime" timestamp, and the category can be determined by the directory in which
|
||||||
example, a file located at ``python/foobar/myfoobar.rst`` will have a category of
|
the file resides. For example, a file located at ``python/foobar/myfoobar.rst``
|
||||||
``foobar``.
|
will have a category of ``foobar``.
|
||||||
|
|
||||||
Note that, aside from the title, none of this metadata is mandatory: if the
|
Note that, aside from the title, none of this metadata is mandatory: if the
|
||||||
date is not specified, Pelican can rely on the file's "mtime" timestamp through
|
date is not specified, Pelican can rely on the file's "mtime" timestamp through
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue