Skip to content

Commit

Permalink
✨ Add Twitter follow badge (#35)
Browse files Browse the repository at this point in the history
Add shields.io Twitter follow badge #32
  • Loading branch information
yannbertrand authored and kefranabg committed Jun 14, 2019
1 parent 4b2d921 commit 58034a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<a href="https://github.com/kefranabg/readme-md-generator/blob/master/LICENSE">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" target="_blank" />
</a>
<a href="https://twitter.com/FranckAbgrall">
<img alt="Twitter: FranckAbgrall" src="https://img.shields.io/twitter/follow/FranckAbgrall.svg?style=social" target="_blank" />
</a>
</p>

> CLI that generates beautiful README.md files.<br /> `readme-md-generator` will suggest you default answers by reading your `package.json` and `git` configuration.
Expand Down
5 changes: 5 additions & 0 deletions templates/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<img alt="License: <%= licenseName %>" src="https://img.shields.io/badge/License-<%= licenseName %>-yellow.svg" target="_blank" />
</a>
<% } -%>
<% if (authorTwitterUsername) { -%>
<a href="https://twitter.com/<%= authorTwitterUsername %>">
<img alt="Twitter: <%= authorTwitterUsername %>" src="https://img.shields.io/twitter/follow/<%= authorTwitterUsername %>.svg?style=social" target="_blank" />
</a>
<% } -%>
</p>
<% if (projectDescription) { -%>

Expand Down

0 comments on commit 58034a0

Please sign in to comment.