1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Skami18 81722f65b8 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.
2011-07-19 12:31:18 +02:00
..
themes Added the author.html template to the simple theme. 2011-07-19 12:18:14 +02:00
__init__.py added ability for pelican to handle non-ascii characters when logging 2011-07-01 16:22:21 -04:00
contents.py Merge branch tests into main. (See #44) 2011-05-10 23:18:11 +01:00
generators.py Template from the simple themes can now be extended from the other themes 2011-07-19 12:31:18 +02:00
log.py Merge branch 'hacks' of https://github.com/RonnyPfannschmidt/pelican 2011-05-07 19:12:30 +01:00
paginator.py Removed a division by zero 2011-03-26 17:46:31 +01:00
readers.py Enable Markdown Extra by default. 2011-06-21 03:23:41 -07:00
rstdirectives.py Add Pygments support to the default sourcecode directive. 2011-06-18 18:59:44 +02:00
settings.py all test pass 2011-07-02 15:15:21 -05:00
utils.py Adding a date format with seconds. 2011-06-29 13:40:35 +00:00
writers.py Don't rewrite content URLs unless RELATIVE_URLS is True. 2011-06-29 13:42:04 +00:00