Merge pull request #47 from elegantShock2258/master

FIX: Github(& Gitlab) branches didn't had its code snippet!
Thanks @elegantShock2258
This commit is contained in:
Lilian Besson 2021-09-28 09:10:01 +02:00 committed by GitHub
commit 91229abe1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -491,7 +491,9 @@ GoDoc reference (`godoc.org/:user/go/:repo`):
```
### GitHub branches
[![GitHub branches](https://badgen.net/github/branches/Naereen/Strapdown.js)](https://github.com/Naereen/Strapdown.js/)
```markdown
[![GitHub branches](https://badgen.net/github/branches/Naereen/Strapdown.js)](https://github.com/Naereen/Strapdown.js/)
```
### GitHub versions/tags/commits
[![GitHub release](https://img.shields.io/github/release/Naereen/StrapDown.js.svg)](https://GitHub.com/Naereen/StrapDown.js/releases/)
```markdown
@ -757,6 +759,9 @@ From [isitmaintained.com](http://isitmaintained.com):
```
### Branches
[![GitLab branch](https://badgen.net/gitlab/branches/NickBusey/HomelabOS/)](https://gitlab.com/NickBusey/HomelabOS/-/branches)
```markdown
[![GitLab branch](https://badgen.net/gitlab/branches/NickBusey/HomelabOS/)](https://gitlab.com/NickBusey/HomelabOS/-/branches)
```
### Releases
[![GitLab release](https://badgen.net/gitlab/releases/NickBusey/HomelabOS/)](https://gitlab.com/NickBusey/HomelabOS/-/releases)