This commit is contained in:
Adsooi 2021-08-18 22:09:57 +02:00
commit 45316ce6b9
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
6 changed files with 5 additions and 5 deletions

View file

@ -104,7 +104,7 @@
<section id="download-section" class="center content-center padding-container text-center">
<hr>
<h1 class="flex flex-center"><i class="icon-download icon-larger-text"></i>{{ i18n "download" }}</h1>
{{ i18n "downloadApp" (dict "Name" .Name "Platforms" (delimit $AppData.platforms ", ")) }}
{{ i18n "downloadApp" (dict "Name" .Name "Version" $AppData.version "Platforms" (delimit $AppData.platforms ", ")) }}
<br><br>
<!-- download table -->
<div class="center columns-container">

View file

@ -16,7 +16,7 @@
{{ end }}
{{ $printstyle := resources.Get "/scss/print.scss" | toCSS | minify }}
<link rel="stylesheet" href="{{ $printstyle.Permalink }}" media="print">
<link rel="icon" href="/img/logo.svg">
<link rel="icon" href="/img/logo.png">
{{ hugo.Generator }}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{ .Page.Description }}">

View file

@ -9,7 +9,7 @@
{{ partial "badge.html" (dict "Icon" $icon "Lang" . "Alt" $alt ) }}
<br>
<div class="center fit-content">
<div class="code">&lt;img source="https://ad5001.eu/img/badges/{{ . }}/{{ $icon }}.svg" class="badge"/&gt;</div>
<div class="code">&lt;img source="https://ad5001.eu/img/badges/{{ . }}/{{ $icon }}.svg" alt="{{ i18n $alt }}" class="badge"/&gt;</div>
</div>
</div>
{{ end }}