chiark / gitweb /
theme: ability to create pages with a passthrough template.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 12 Oct 2018 19:36:16 +0000 (21:36 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Fri, 12 Oct 2018 19:36:16 +0000 (21:36 +0200)
commit93077098a771147f756fb22760acb09f50ce4fe1
tree7e704b4c99e93bf704b74a6cc16454dbe13ece7a
parentd1654c35ae042c6c8144f50528639cdffc541a16
theme: ability to create pages with a passthrough template.

I.e., without any header navbar or footer.
doc/pelican/theme.rst
pelican-theme/templates/passthrough.html [new file with mode: 0644]
pelican-theme/test/page_passthrough/input/page.html [new file with mode: 0644]
pelican-theme/test/page_passthrough/page.html [new file with mode: 0644]
pelican-theme/test/test_page.py