1
0
Fork 0
forked from github/pelican

the repositories are now hosted under 'getpelican'

This commit is contained in:
Alexis Metaireau 2012-07-27 00:27:08 +02:00
commit cf71ed75a4
9 changed files with 11 additions and 11 deletions

View file

@ -6,7 +6,7 @@ How to create themes for Pelican
Pelican uses the great `Jinja2 <http://jinja.pocoo.org/>`_ templating engine to
generate its HTML output. Jinja2 syntax is really simple. If you want to
create your own theme, feel free to take inspiration from the `"simple" theme
<https://github.com/ametaireau/pelican/tree/master/pelican/themes/simple/templates>`_.
<https://github.com/getpelican/pelican/tree/master/pelican/themes/simple/templates>`_.
Structure
=========