Merge branch 'master' of https://git.ad5001.eu/Ad5001/omegamma
This commit is contained in:
commit
45316ce6b9
6 changed files with 5 additions and 5 deletions
|
@ -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 {{ . }})"
|
||||
|
|
|
@ -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 {{ . }})"
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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 }}">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
{{ partial "badge.html" (dict "Icon" $icon "Lang" . "Alt" $alt ) }}
|
||||
<br>
|
||||
<div class="center fit-content">
|
||||
<div class="code"><img source="https://ad5001.eu/img/badges/{{ . }}/{{ $icon }}.svg" class="badge"/></div>
|
||||
<div class="code"><img source="https://ad5001.eu/img/badges/{{ . }}/{{ $icon }}.svg" alt="{{ i18n $alt }}" class="badge"/></div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
BIN
static/img/logo.png
Normal file
BIN
static/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
Loading…
Reference in a new issue