From 524cfb091d7d3993f81091f0cba9e194951a17a6 Mon Sep 17 00:00:00 2001 From: Daan Debie Date: Sat, 21 Feb 2015 23:16:27 +0100 Subject: Updated pelican-bootstrap3 to latest version --- pelican-bootstrap3/templates/search.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pelican-bootstrap3/templates/search.html (limited to 'pelican-bootstrap3/templates/search.html') diff --git a/pelican-bootstrap3/templates/search.html b/pelican-bootstrap3/templates/search.html new file mode 100644 index 0000000..a194256 --- /dev/null +++ b/pelican-bootstrap3/templates/search.html @@ -0,0 +1,29 @@ +{% extends 'base.html' %} + +{% block title %} +Search - {{ super() }} +{% endblock %} + +{% block scripts %} + {% if 'assets' in PLUGINS %} + {% include '_includes/minify_tipuesearch.html' with context %} + {% else %} + + + + {% endif %} + +{% endblock %} + +{% block content %} +
+{% endblock %} -- cgit v1.1