mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
- This pull request adds a new attribute to the article object: mdate.
- article.mdate retrives the article file last modification date from the
fylesystem (os.stat(full_path)), thus providing article modification date
automatically.
- This extends #1148 in the sense that an author doesn't have to add the
:modified: metadata to each article, as she can just edit the template
files to display the new article attribute.
- Documentation updated to describe the new feature.
|
||
|---|---|---|
| .. | ||
| _static | ||
| changelog.rst | ||
| conf.py | ||
| content.rst | ||
| contribute.rst | ||
| faq.rst | ||
| importer.rst | ||
| index.rst | ||
| install.rst | ||
| internals.rst | ||
| Makefile | ||
| pelican-themes.rst | ||
| plugins.rst | ||
| publish.rst | ||
| quickstart.rst | ||
| report.rst | ||
| settings.rst | ||
| themes.rst | ||
| tips.rst | ||