Adding shields
This commit is contained in:
parent
37e4396960
commit
d8092e9063
1 changed files with 5 additions and 0 deletions
|
@ -143,6 +143,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
<a rel="nofollow noreferrer" href="https://flathub.org/apps/details/{{ .Index }}">
|
<a rel="nofollow noreferrer" href="https://flathub.org/apps/details/{{ .Index }}">
|
||||||
{{ partial "badge.html" (dict "Icon" "flathub" "Lang" $lang "Alt" "storeFlathub" ) }}
|
{{ partial "badge.html" (dict "Icon" "flathub" "Lang" $lang "Alt" "storeFlathub" ) }}
|
||||||
</a>
|
</a>
|
||||||
|
<br>
|
||||||
|
<img src="https://img.shields.io/flathub/v/{{ .Index }}?label=on%20flathub"/>
|
||||||
<br><br>{{ i18n "warnExternalWebsite" "flathub.org" }}
|
<br><br>{{ i18n "warnExternalWebsite" "flathub.org" }}
|
||||||
{{ else if hasPrefix .Title "Snap" }}
|
{{ else if hasPrefix .Title "Snap" }}
|
||||||
{{ $disclaimers.Set "snapcraft" true }}
|
{{ $disclaimers.Set "snapcraft" true }}
|
||||||
|
@ -161,6 +163,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
<a rel="nofollow noreferrer" href="https://addons.mozilla.org/en-US/firefox/addon/{{ .Index }}/">
|
<a rel="nofollow noreferrer" href="https://addons.mozilla.org/en-US/firefox/addon/{{ .Index }}/">
|
||||||
{{ partial "badge.html" (dict "Icon" "amo" "Lang" $lang "Alt" "storeFirefoxAddons" ) }}
|
{{ partial "badge.html" (dict "Icon" "amo" "Lang" $lang "Alt" "storeFirefoxAddons" ) }}
|
||||||
</a>
|
</a>
|
||||||
|
<br>
|
||||||
|
<img src="https://img.shields.io/amo/v/{{ .Index }}?logo=Firefox"/>
|
||||||
|
<img src="https://img.shields.io/amo/rating/{{ .Index }}?logo=Firefox"/>
|
||||||
<br><br>{{ i18n "warnExternalWebsite" "addons.mozilla.org" }}
|
<br><br>{{ i18n "warnExternalWebsite" "addons.mozilla.org" }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ i18n "file" }} {{ replace .Name "<version>" $AppData.version }}<br><br>
|
{{ i18n "file" }} {{ replace .Name "<version>" $AppData.version }}<br><br>
|
||||||
|
|
Loading…
Reference in a new issue