lib/bridgetown-plausible/builder.rb in bridgetown-plausible-1.0.1 vs lib/bridgetown-plausible/builder.rb in bridgetown-plausible-1.0.2
- old
+ new
@@ -3,14 +3,14 @@
module Bridgetown
module Plausible
class Builder < Bridgetown::Builder
def build
liquid_tag "plausible" do |_attributes, tag|
- render
+ render.html_safe
end
helper "plausible" do
- render
+ render.html_safe
end
end
private