chiark / gitweb /
Ability to show list of latest news on the index page.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 17 Jan 2018 00:10:36 +0000 (01:10 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 17 Jan 2018 00:46:32 +0000 (01:46 +0100)
commitc0814fd985acc46c18974d1933514dc45a2208c4
treea597cb369f14279212af89d41d2efcce12e1918e
parentb7fe5ae9fc1bad283d85463303262e7016b2b328
Ability to show list of latest news on the index page.
css/m-components.css
doc/css/page-layout.rst
doc/pelican/theme.rst
pelican-theme/templates/page.html
pelican-theme/test/__init__.py
pelican-theme/test/blog_news_on_index/article.rst [new file with mode: 0644]
pelican-theme/test/blog_news_on_index/article2.rst [new file with mode: 0644]
pelican-theme/test/blog_news_on_index/article3.rst [new file with mode: 0644]
pelican-theme/test/blog_news_on_index/index.html [new file with mode: 0644]
pelican-theme/test/blog_news_on_index/pages/index.rst [new file with mode: 0644]
pelican-theme/test/test_blog.py