diff --git a/themes/hugo-theme-digikam/layouts/index.html b/themes/hugo-theme-digikam/layouts/index.html index 4d852f427..9fe6f906d 100644 --- a/themes/hugo-theme-digikam/layouts/index.html +++ b/themes/hugo-theme-digikam/layouts/index.html @@ -1,88 +1,88 @@ {{ partial "head-meta.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 }}

{{ .Summary | markdownify }}

{{ end }}

{{ i18n "screenshots" }}

{{ i18n "largeCollections" }}

{{ i18n "largeCollectionsBody" }}

{{ i18n "efficientEditing" }}

{{ i18n "efficientEditingBody" }}

{{ i18n "openMetadata" }}

{{ i18n "openMetadataBody" }}

-
-
-

{{ i18n "recipesBookSidebar" }}

-

- - - -

-
-
-

{{ i18n "donateTitleSidbar" }}

-

{{ i18n "donateBodySidebar" }}

-
-
- {{ with .Site.Menus.sidebar }} -

{{ i18n "links" }}

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