Disabling broken APIs for user count.
This commit is contained in:
parent
7634557b28
commit
3193f069db
1 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||
{{ partial "badge.html" (dict "Icon" "flathub" "Lang" $lang "Alt" "storeFlathub" ) }}
|
||||
<br>
|
||||
<img loading='lazy' src="https://img.shields.io/flathub/v/{{ .Index }}?label=on%20flathub&logo=Flathub&logoColor=white&color=4A86CF" alt="Version on flathub"/>
|
||||
<img loading='lazy' src="https://img.shields.io/endpoint?url=https://api.ad5001.eu/badges/flathub/?query={{ .Index }}" alt="Installs on flathub"/>
|
||||
<!--<img loading='lazy' src="https://img.shields.io/endpoint?url=https://api.ad5001.eu/badges/flathub/?query={{ .Index }}" alt="Installs on flathub"/>-->
|
||||
</a>
|
||||
<br><br>{{ i18n "warnExternalWebsite" "flathub.org" }}
|
||||
{{ else if hasPrefix .Title "Snap" }}
|
||||
|
@ -154,7 +154,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||
{{ partial "badge.html" (dict "Icon" "snapcraft" "Lang" $lang "Alt" "storeSnapcraft" ) }}
|
||||
<br>
|
||||
<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"/>
|
||||
<!--<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" }}
|
||||
|
|
Loading…
Reference in a new issue