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 =========