k0kubun / hamlit

High Performance Haml Implementation
https://rubygems.org/gems/hamlit
Other
981 stars 59 forks source link

Is it possible to remove attribute sorting? #96

Closed RobWu closed 7 years ago

RobWu commented 7 years ago

Sorting attributes may cause problems for meta tag search engines Referece: http://www.metatagseo.com/

That why it would be great if it would be possible to define in options if attributes should be sorted or not.

k0kubun commented 7 years ago

There is no way to do that because Haml does not have such a feature.

You can write <meta b='b' a='a'> directly instead.