diff --git a/lib/gollum/frontend/templates/search.mustache b/lib/gollum/frontend/templates/search.mustache
index bb086731..b742ecbb 100644
--- a/lib/gollum/frontend/templates/search.mustache
+++ b/lib/gollum/frontend/templates/search.mustache
@@ -7,7 +7,6 @@
-
Searched with {{search_command}}
{{#has_results}}
{{#results}}
diff --git a/lib/gollum/frontend/views/search.rb b/lib/gollum/frontend/views/search.rb
index 84938b5d..4e04718b 100644
--- a/lib/gollum/frontend/views/search.rb
+++ b/lib/gollum/frontend/views/search.rb
@@ -1,7 +1,7 @@
module Precious
module Views
class Search < Layout
- attr_reader :content, :page, :footer, :search_command
+ attr_reader :content, :page, :footer
def search_string
@q