diff --git a/layouts/_default/app.html b/layouts/_default/app.html index d1489b3..9379907 100644 --- a/layouts/_default/app.html +++ b/layouts/_default/app.html @@ -52,46 +52,46 @@ {{ end }}

-

{{ i18n "technicalSheet" }}

+

{{ i18n "technicalSheet" }}

- + {{ i18n "supportedPlatforms" }} {{ partial "platforms.html" $AppData.platforms }}

- + {{ i18n "translated" }} {{ partial "translations.html" $AppData.translated }}

- + {{ i18n "latestVersion" }}v{{ $AppData.version }}

- + {{ i18n "status" }}{{ $i18nAppData.status }}

- + {{ i18n "programingLanguages" }}{{ delimit $AppData.languages ", " }}

- + {{ i18n "frameworks" }} {{ delimit $i18nAppData.frameworks ", " | markdownify }}

{{ if $AppData.touchfriendly }}

- + {{ i18n "touchFriendly" }}

{{ end }} {{ if $AppData.keyboardoriented }}

- + {{ i18n "keyboardOriented" }}

{{ end }}

- + {{ i18n "license" }} {{ $AppData.license | markdownify }}

@@ -103,7 +103,7 @@

-

{{ i18n "download" }}

+

{{ i18n "download" }}

{{ i18n "downloadApp" (dict "Name" .Name "Platforms" (delimit $AppData.platforms ", ")) }}

@@ -112,7 +112,7 @@ {{ range $download.Categories }}
- {{ .Title }} + {{ .Title }}
{{ $links := index $download.Links .Name }} @@ -141,7 +141,7 @@
{{ $filename := replace .File "" $AppData.version }} - {{ i18n "download" }} + {{ i18n "download" }}
{{ end }} diff --git a/layouts/partials/section-app-header.html b/layouts/partials/section-app-header.html index d359a89..d0b0dbe 100644 --- a/layouts/partials/section-app-header.html +++ b/layouts/partials/section-app-header.html @@ -1,7 +1,7 @@ {{ $data := index .Site.Data .Site.Language.Lang }} {{ $i18nAppData := index $data.apps .Data.AppIndex }} -{{ $AppData := index .Site.Data.metadata $appindex }} +{{ $AppData := index .Site.Data.metadata .Data.AppIndex }} {{ with .Data }}