Add shield.io download stats
This commit is contained in:
parent
ef9d24914a
commit
6e9ff01055
|
@ -388,6 +388,10 @@ div.screencast:hover .play {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.metrics a {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.footer p {
|
||||
font-size: xx-small;
|
||||
text-align: center;
|
||||
|
|
|
@ -319,6 +319,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="metrics">
|
||||
<a href="https://sourceforge.net/projects/filebot/files/filebot/" target="_blank" rel="nofollow"><img src="https://img.shields.io/sourceforge/dm/filebot.svg"></a>
|
||||
<a href="https://sourceforge.net/projects/filebot/files/filebot/" target="_blank" rel="nofollow"><img src="https://img.shields.io/sourceforge/dt/filebot.svg"></a>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p>Hosted on <a href="http://sourceforge.net/projects/filebot/">sourceforge.net</a> | Creative Commons License: Attribution-NonCommercial-ShareAlike © @{tstamp.year}</p>
|
||||
|
|
Loading…
Reference in New Issue