Template from the simple themes can now be extended from the other themes

Templates from the `simple` themes can be used in the other themes using
the `extends` keyword:

    {% extends "simple/index.html" %}

This does not affect the behavior of Pelican:, so there is no need to modify
the existing themes.
This commit is contained in:
Skami18 2011-07-19 12:31:18 +02:00
commit 81722f65b8
2 changed files with 6 additions and 3 deletions

1
TODO
View file

@ -1,5 +1,4 @@
* Add a way to support pictures (see how sphinx makes that)
* Find a way to extend the existing templates instead of rewriting all from scratch.
* Make the program support UTF8-encoded files as input (and later: any encoding?)
* Add status support (draft, published, hidden)
* Add a serve + automatic generation behaviour.