summaryrefslogtreecommitdiff
path: root/spice-space/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'spice-space/templates/base.html')
-rw-r--r--spice-space/templates/base.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/spice-space/templates/base.html b/spice-space/templates/base.html
index d3516ba..6460ada 100644
--- a/spice-space/templates/base.html
+++ b/spice-space/templates/base.html
@@ -19,6 +19,12 @@
<body id="index" class="home">
{% include 'github.html' %}
<header id="banner" class="body">
+ <div id="search-area">
+ <form action="http://www.google.com/search" method="get">
+ Search: <input class="search-box" id="q" name="q" type="text"/>
+ <input type="hidden" name="sitesearch" value="spice-space.org"/>
+ </form>
+ </div>
<nav><ul>
{% for title, link in MENUITEMS %}
<li><a href="{{ link }}">{{ title }}</a></li>