Various optimisations, now spreadsheets are loaded asynchronously.
+ adding stackoverflow icon + adding omegicons fontellico config.json for easier building next time.
This commit is contained in:
parent
cc60e2f2a3
commit
737e3a27bc
6 changed files with 471 additions and 8 deletions
|
@ -117,17 +117,17 @@
|
|||
<h3>{{ .Title }}</h3>
|
||||
{{ if hasPrefix .Title "Flatpak" }}
|
||||
<a href="https://flathub.org/apps/details/{{ .Index }}" class="padding-container-1">
|
||||
<img src="/img/badges/{{ $lang }}/flathub.svg"></img>
|
||||
<img src="/img/badges/{{ $lang }}/flathub.svg" alt="{{ i18n "storeFlathub" }}"></img>
|
||||
</a>
|
||||
<br><br>{{ i18n "warnExternalWebsite" "flathub.org" }}
|
||||
{{ else if hasPrefix .Title "Snap" }}
|
||||
<a href="https://snapcraft.io/{{ .Index }}" class="padding-container-1">
|
||||
<img src="/img/badges/{{ $lang }}/snapcraft.svg"></img>
|
||||
<img src="/img/badges/{{ $lang }}/snapcraft.svg" alt="{{ i18n "storeSnapcraft" }}"></img>
|
||||
</a>
|
||||
<br><br>{{ i18n "warnExternalWebsite" "snapcraft.io" }}
|
||||
{{ else if hasPrefix .Title "Firefox" }}
|
||||
<a href="https://addons.mozilla.org/en-US/firefox/addon/{{ .Index }}/" class="padding-container-1">
|
||||
<img src="/img/badges/{{ $lang }}/amo.svg"></img>
|
||||
<img src="/img/badges/{{ $lang }}/amo.svg" alt="{{ i18n "storeFirefoxAddons" }}"></img>
|
||||
</a>
|
||||
<br><br>{{ i18n "warnExternalWebsite" "addons.mozilla.org" }}
|
||||
{{ else }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue