kpumuk / meta-tags

Search Engine Optimization (SEO) for Ruby on Rails applications.
MIT License
2.73k stars 275 forks source link

Support Charset #35

Closed holgersindbaek closed 10 years ago

holgersindbaek commented 11 years ago

Love this gem, but it would be great if it could also support "user-defined" meta tags.

Would love to have the charset meta tag defined with it:

meta charset="utf-8"

Dunno if this is already possible?

PikachuEXE commented 10 years ago

HAML:

%meta{charset: "utf-8"}
kpumuk commented 10 years ago

Added :charset attribute in a853b127ed10ac377da996064fbaccdb4a60df55, will be released in next version.