Skip to content

Commit

Permalink
Revert "Add a new function in support of product variables: set_title…
Browse files Browse the repository at this point in the history
…_no_spaces"

This reverts commit 9118280.
  • Loading branch information
davebarnes97 committed Oct 11, 2019
1 parent ff7abdd commit 855a8ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions master_middleman/bookbinder_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ def set_title(*args)
current_page.data.title= args.join(' ')
end

def set_title_no_spaces(*args)
current_page.data.title= args.join
end

def product_info
config[:product_info].fetch(template_key, {})
end
Expand Down

0 comments on commit 855a8ba

Please sign in to comment.