Class: Bridgetown::Plausible::Builder

Inherits:
Builder
  • Object
show all
Defined in:
lib/bridgetown-plausible/builder.rb

Instance Method Summary collapse

Instance Method Details

#buildObject



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