chiark / gitweb /
theme: tests for the global layout.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 9 Dec 2017 20:58:56 +0000 (21:58 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 11 Dec 2017 01:48:25 +0000 (02:48 +0100)
commitf9045b1d16c8f0fe7c714a84249e0df01c29c2ad
tree0d75e0c0fb30f60a7c7358d3ea873bdd51117ec3
parentee2b561467c2c5d1950a3742db1ac854785340f1
theme: tests for the global layout.

Otherwise the things go over my head to an unmaintainable mess pretty
fast.
18 files changed:
.gitignore
doc/pelican/theme.rst
pelican-theme/test/.gitignore [new file with mode: 0644]
pelican-theme/test/__init__.py [new file with mode: 0644]
pelican-theme/test/layout/features.html [new file with mode: 0644]
pelican-theme/test/layout/features.rst [new file with mode: 0644]
pelican-theme/test/layout/guest-post-howto.html [new file with mode: 0644]
pelican-theme/test/layout/guest-post-howto.rst [new file with mode: 0644]
pelican-theme/test/layout/index.html [new file with mode: 0644]
pelican-theme/test/layout/showcase-requirements.html [new file with mode: 0644]
pelican-theme/test/layout/showcase-requirements.rst [new file with mode: 0644]
pelican-theme/test/layout_disable_blog_links/index.html [new file with mode: 0644]
pelican-theme/test/layout_disable_fine_print/index.html [new file with mode: 0644]
pelican-theme/test/layout_minimal/index.html [new file with mode: 0644]
pelican-theme/test/layout_no_footer/index.html [new file with mode: 0644]
pelican-theme/test/layout_one_column_navbar/index.html [new file with mode: 0644]
pelican-theme/test/test_layout.py [new file with mode: 0644]
site/.gitignore