Add categories and tags to the replacement mechanism.

This commit is contained in:
Alexis Métaireau 2013-08-17 17:36:13 +02:00
commit e2ca6d7608
3 changed files with 32 additions and 0 deletions

View file

@ -459,6 +459,10 @@ following to ``pelicanconf.py``::
And then the ``pdfs`` directory would also be copied to ``output/static/``.
You can also link to categories or tags, using the `|tag|tagname` and
`|category|foobar` syntax.
Importing an existing blog
--------------------------