1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Skami18 17e7fb4509 Some changes in the templates loading system — documentation will be updated soon
-    The `simple` theme can now be extended with the syntax `{% extends "!simple/index.html" %}`
     instead of `{% extends "simple/index.html" %}` to avoid conflicts with a `simple/` folder.

-    If a template is missing in a theme, it will be replaced by the
     corresponding template of the `simple` theme, so it's possible to
     make a new theme with only two file: a `base.html` file that
     extends the `base.html` file of the `simple` theme, and a CSS
     stylesheet, for example.
2011-07-22 18:45:41 +02:00
..
themes Added a head block to the simple theme. The html lang attribute of the simple theme now depends of the DEFAULT_LANG variable. 2011-07-21 19:10:38 +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 Some changes in the templates loading system — documentation will be updated soon 2011-07-22 18:45:41 +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