"og:description" => t("layouts.intro_text")
}
- tags.map do |property, content|
- tag(:meta, :property => property, :content => content)
- end.join("").html_safe
+ safe_join(tags.map do |property, content|
+ tag.meta(:property => property, :content => content)
+ end, "\n")
end
end