@@ -278,8 +278,7 @@ This theme has support for the
All you have to do, is:
- enable the plugin, and the theme will add a search box on the right
side of the menu
- Add `DIRECT_TEMPLATES = (('search',))` in your `pelicanconf.py`.
- Add `'search'` to the `DIRECT_TEMPLATES` in your `pelicanconf.py`. E.g. `DIRECT_TEMPLATES = ('index', 'categories', 'authors', 'archives', 'search').