Fixed compile error in nextjs/clean_html.rb

pull/2160/head
Mike Murphy 12 months ago
parent 10a6334650
commit 903fac58c2

@ -6,9 +6,8 @@ module Docs
doc.prepend_child("<h1>htmx</h1>") if root_page?
css('div:contains("NEWS:")').remove
css('h2:contains("sponsors"), #sponsor-table').remove
end
doc
end
end
end
end

Loading…
Cancel
Save