From b3ca36a8b0e5823fbe562b3d2332f0358850103a Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 5 Jan 2011 14:04:11 +0100 Subject: [PATCH] Add references to the simple theme in the documentation. --- docs/themes.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/themes.rst b/docs/themes.rst index 633acaaf..0ddd2498 100644 --- a/docs/themes.rst +++ b/docs/themes.rst @@ -2,7 +2,10 @@ How to create themes for pelican ################################ Pelican uses the great `jinja2 `_ templating engine to -generate it's HTML output. +generate it's HTML output. The jinja2 syntax is really simple. If you want to +create your own theme, feel free to take inspiration from the "simple" theme, +which is available `here +`_ Structure =========