flex/templates
Georg Lutz 1e31ab9b50 Fix tipue search
The tipue plugin registers itself as pelican.plugins.tipue_search (namespace
plugin) in the latest version see here:
7fe8f3f05c

Keep old style tipue_search to be compatible with old versions.

To use the search one would need to add "search" to DIRECT_TEMPLATES in
pelicanconf.py so that search.html is copied to the output folder:

    DIRECT_TEMPLATES = ["index", "tags", "categories", "archives", "search"]
2021-12-28 22:11:17 +01:00
..
partial Add support for SEO Pelican plugin 2021-04-21 22:58:07 +02:00
archives.html Fix identation and missing trans 2020-04-20 23:36:36 +02:00
article.html Fix compatibility with Pelican 4.5.0 when PLUGINS is not set in pelicanconf.py 2020-09-10 08:42:20 -07:00
author.html Reworked to newstyle gettext and named vars 2016-08-10 19:28:32 +02:00
authors.html Add id attribute to archives and authors pages 2019-10-19 20:22:39 +00:00
base.html Fix tipue search 2021-12-28 22:11:17 +01:00
categories.html Fix identation and missing trans 2020-04-20 23:36:36 +02:00
category.html Improvments. 2016-08-10 23:20:35 -03:00
index.html Index summary improvement 2021-07-26 21:58:29 +02:00
page.html Set alternate link tags for translated content 2019-10-27 15:21:23 +00:00
period_archives.html Fix identation and missing trans 2020-04-20 23:36:36 +02:00
search.html Fix tipue search 2021-12-28 22:11:17 +01:00
tag.html Improvments. 2016-08-10 23:20:35 -03:00
tags.html Add id attribute to categories and tags pages 2019-10-19 17:18:14 +00:00