forked from github/pelican
Previously if you tried to mark an article as a draft by using a different casing (for example, draft) you would get a warning when building: `Unknown status Draft for file foo.md, skipping it.` This uses a case-insensitive comparison when looking at article status instead. I believe this behavior is a little easier for new Pelican users. |
||
|---|---|---|
| .. | ||
| tests | ||
| themes | ||
| tools | ||
| __init__.py | ||
| contents.py | ||
| generators.py | ||
| log.py | ||
| paginator.py | ||
| readers.py | ||
| rstdirectives.py | ||
| server.py | ||
| settings.py | ||
| signals.py | ||
| urlwrappers.py | ||
| utils.py | ||
| writers.py | ||