diff --git a/themes/hugo-theme-digikam/layouts/index.html b/themes/hugo-theme-digikam/layouts/index.html index d78e9567e..a7a5ff17f 100644 --- a/themes/hugo-theme-digikam/layouts/index.html +++ b/themes/hugo-theme-digikam/layouts/index.html @@ -1,116 +1,116 @@ {{ partial "head-meta.html" . }} - {{ partial "nav.html" . }} - {{ partial "page-header.html" . }} + {{ partial "nav.html" . }} + {{ partial "page-header.html" . }}
- +
{{ $num_recent_posts := (index .Site.Params.sidebar "num_recent_posts" | default 2) }}

{{ i18n "latestNews" }}

{{ range first $num_recent_posts (where .Site.Pages "Type" "news") }}

{{.Title | markdownify }}

// {{ i18n "by" }} {{ .Params.author | default .Site.Params.author }}

{{ .Summary | markdownify }}

{{ end }}

{{ i18n "screenshots" }}

- +

-

{{ i18n "features" }}

+

{{ i18n "features" }}

{{ i18n "largeCollections" }}

{{ i18n "largeCollectionsBody" }}

{{ i18n "efficientEditing" }}

{{ i18n "efficientEditingBody" }}

{{ i18n "openMetadata" }}

{{ i18n "openMetadataBody" }}

{{ i18n "freeSoftware" }}

{{ i18n "freeSoftwareBody" }}

{{ partial "page-footer.html" .}}