Adding snapstore badge
This commit is contained in:
parent
33a692acac
commit
f22c50dbae
1 changed files with 3 additions and 1 deletions
|
@ -152,7 +152,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||
<a rel="nofollow noreferrer" href="https://snapcraft.io/{{ .Index }}">
|
||||
{{ partial "badge.html" (dict "Icon" "snapcraft" "Lang" $lang "Alt" "storeSnapcraft" ) }}
|
||||
<br>
|
||||
<img loading='lazy' src="https://badgen.net/snapcraft/v/{{ .Index }}?label=on%20snapcraft&color=82BEA0&icon=https://ad5001.eu/icons/skills/snapcraft.svg" alt="Version on snapcraft"/>
|
||||
<img loading='lazy' src="https://badgen.net/snapcraft/v/{{ .Index }}?label=on%20snapstore&color=FA6441&icon=https://ad5001.eu/icons/skills/snapcraft.svg" alt="Version on snapstore"/>
|
||||
<img loading='lazy' src="https://img.shields.io/endpoint?url=https://api.ad5001.eu/badges/snapstore/?query={{ .Index }}" alt="Installs on snapstore"/>
|
||||
|
||||
</a>
|
||||
<br><br>{{ i18n "warnExternalWebsite" "snapcraft.io" }}
|
||||
{{ else if hasPrefix .Title "Launchpad" }}
|
||||
|
|
Loading…
Reference in a new issue