mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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:
parent
bafa2154ff
commit
81722f65b8
2 changed files with 6 additions and 3 deletions
1
TODO
1
TODO
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue