Class: Bridgetown::Plausible::Builder
- Inherits:
-
Builder
- Object
- Builder
- Bridgetown::Plausible::Builder
- Defined in:
- lib/bridgetown-plausible/builder.rb
Instance Method Summary collapse
Instance Method Details
#build ⇒ Object
6 7 8 9 10 11 12 13 14 |
# File 'lib/bridgetown-plausible/builder.rb', line 6 def build liquid_tag "plausible" do |_attributes, tag| render.html_safe end helper "plausible" do render.html_safe end end |