Open nothinghalosix opened 3 years ago
@nothinghalosix Mind trying out the branch at https://github.com/substancelab/middleman-meta-tags/tree/add_middleman_4.4_support to see if that fixes the issue for you?
@nothinghalosix the fix of @koppen is merged on master.
NameError at uninitialized constant ActiveSupport::HashWithIndifferentAccess
Ruby | /Users/....../.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/middleman-meta-tags-0.6.0/lib/middleman-meta-tags/helpers.rb: in meta_tags, line 5
Gemfile:
gem "middleman", "~> 4.2" gem "middleman-autoprefixer" gem "middleman-livereload", "~> 3.4.6" gem "better_errors", "~> 2.5" gem "binding_of_caller", "~> 0.8" gem "middleman-meta-tags"
Head:
<%= display_meta_tags site: "Hütten mieten", description: t("meta.description") %>