remove that

This commit is contained in:
Patrick Marsceill 2017-06-12 18:45:25 -04:00
parent 6465579b2e
commit b1073290c4
No known key found for this signature in database
GPG Key ID: AEAF30C14952BCC5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ namespace :search do
task :init do
puts 'Creating search data json file...'
touch 'search-data.json'
content = %Q[{{ page.content | markdownify | strip_html | xml_escape | remove: 'Table of contents' | remove: page.title | strip_newlines | replace: '\\', ' ' }}]
content = %Q[{{ page.content | markdownify | strip_html | xml_escape | remove: 'Table of contents' | strip_newlines | replace: '\\', ' ' }}]
File.open('search-data.json', 'w') do |f|
f.puts '---