How to add badges to your git repo or website
- How to add badges to your Git repo like this
- There are multiple ways to add badges.
- one such service is by shield, see examples
- put the below in your
readme.md
![Jekyll Logo](https://img.shields.io/badge/powered_by-Jekyll-blue.svg)
- It should look like this
- the
.svg
at end of the url is optional. - shows last commit of this blog.
![Last commit](https://img.shields.io/github/last-commit/mrprajesh/blog)