jekyll / jekyll-avatar

A Jekyll plugin for rendering GitHub avatars
MIT License
89 stars 9 forks source link

Use `Kernel#format` to render `<img />` HTML tag #46

Closed ashmaroli closed 4 years ago

ashmaroli commented 4 years ago

This change is to avoid converting the :attributes Hash into an Array and then into a String on every call to the :render method.

To facilitate this, the keys of the :attribute Hash are now Symbols.