mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add setting to allow for empty alt text in images
This commit is contained in:
parent
4b6b5f0461
commit
ed4dd50864
7 changed files with 31 additions and 2 deletions
|
|
@ -364,6 +364,10 @@ Basic settings
|
|||
A list of metadata fields containing reST/Markdown content to be parsed and
|
||||
translated to HTML.
|
||||
|
||||
.. data:: IMAGES_ALLOW_EMPTY_ALT_TEXT = False
|
||||
|
||||
If ``True``, warnings will not be emitted when empty ``alt`` attributes for images are found.
|
||||
|
||||
.. data:: PORT = 8000
|
||||
|
||||
The TCP port to serve content from the output folder via HTTP when pelican
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue