Skip to content

Commit 1aa0591

Browse files
authored
fix: link header badges (#20)
fix: link header badges
2 parents 03e37e7 + 4d67337 commit 1aa0591

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

source/_layouts/master.blade.php

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,18 @@
5454

5555
<div class="ml-10 hidden lg:block">
5656
<div>
57-
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" alt="Software License">
58-
<img alt="Travis (.org)" src="https://img.shields.io/travis/geocoder-php/Geocoder?style=flat-square">
59-
<img alt="Packagist" src="https://img.shields.io/packagist/dt/willdurand/geocoder?style=flat-square">
60-
<img alt="GitHub stars" src="https://img.shields.io/github/stars/geocoder-php/Geocoder?style=flat-square&logo=github">
57+
<a href="https://github.com/geocoder-php/Geocoder/blob/master/LICENSE" target="_blank">
58+
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" alt="Software License">
59+
</a>
60+
<a href="http://travis-ci.org/geocoder-php/Geocoder" target="_blank">
61+
<img alt="Travis (.org)" src="https://img.shields.io/travis/geocoder-php/Geocoder?style=flat-square">
62+
</a>
63+
<a href="https://packagist.org/packages/willdurand/geocoder" target="_blank">
64+
<img alt="Packagist" src="https://img.shields.io/packagist/dt/willdurand/geocoder?style=flat-square">
65+
</a>
66+
<a href="https://github.com/geocoder-php/Geocoder" target="_blank">
67+
<img alt="GitHub stars" src="https://img.shields.io/github/stars/geocoder-php/Geocoder?style=flat-square&logo=github">
68+
</a>
6169
</div>
6270
</div>
6371

0 commit comments

Comments
 (0)