mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fixed typo in docs: missing plural s in RELATIVE_URLS.
This commit is contained in:
parent
a7d5a9a420
commit
53e25ce2cf
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ Setting name (default value) what does it do?
|
|||
`PDF_GENERATOR` (``False``) Set to True if you want to have PDF versions
|
||||
of your documents. You will need to install
|
||||
`rst2pdf`.
|
||||
`RELATIVE_URL` (``True``) Defines if pelican should use relative urls or
|
||||
`RELATIVE_URLS` (``True``) Defines if pelican should use relative urls or
|
||||
not.
|
||||
`SITEURL` base URL of your website. Note that this is
|
||||
not a way to tell pelican to use relative urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue