This commit is contained in:
Ad5001 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

@ -15,7 +15,7 @@
"other": "Technical sheet"
},
"downloadApp": {
"other": "{{ .Name }} is available on {{ .Platforms }}."
"other": "{{ .Name }} v{{ .Version }} is available on {{ .Platforms }}."
},
"warnExternalWebsite": {
"other": "(external link to {{ . }})"

View File

@ -15,7 +15,7 @@
"other": "Fiche technique"
},
"downloadApp": {
"other": "{{ .Name }} est disponible sur {{ .Platforms }}."
"other": "{{ .Name }} v{{ .Version }} est disponible sur {{ .Platforms }}."
},
"warnExternalWebsite": {
"other": "(lien externe vers {{ . }})"

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 }}

BIN
static/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB