From 158488e0d9c2ecb0a7d33f72298fb7b69f1ba68c Mon Sep 17 00:00:00 2001 From: Gourav Khunger Date: Fri, 25 Oct 2024 10:27:55 +0530 Subject: [PATCH] docs(README.md): add badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8f44653..6ae94bd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Jekyll::AutoAuthors +[![Gem Version](https://img.shields.io/gem/v/jekyll-auto-authors)][ruby-gems] +[![Gem Total Downloads](https://img.shields.io/gem/dt/jekyll-auto-authors)][ruby-gems] + +[ruby-gems]: https://rubygems.org/gems/jekyll-auto-authors + This plugin integrates with the `jekyll-paginate-v2` gem to provide seamless multiple authors support for jekyll powered publications. Supporting multiple authors inside a jekyll plugin has been a challenge from long. Here are some references to the issue dating to a long time ago: