jekyll-avatar icon indicating copy to clipboard operation
jekyll-avatar copied to clipboard

A Jekyll plugin for rendering GitHub avatars

Results 2 jekyll-avatar issues
Sort by recently updated
recently updated
newest added

`{% avatar {{ page.author }} %}` for some reason tries to load the avatar based on the name of the author instead of the username passed in `{{ page.author }}`...

There's a [native `loading` attribute](https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/loading) for lazyloading images and Browsers already support it. It would be nice if the plugin supported this and used the `src` attribute when the option...

help-wanted
good first issue