diff --git a/static/img/screenshot-frontpage.jpg b/static/img/screenshot-frontpage.jpg new file mode 100755 index 000000000..3fc8efda1 Binary files /dev/null and b/static/img/screenshot-frontpage.jpg differ diff --git a/themes/hugo-theme-digikam/layouts/index.html b/themes/hugo-theme-digikam/layouts/index.html index 4d509623c..6c4d258b5 100644 --- a/themes/hugo-theme-digikam/layouts/index.html +++ b/themes/hugo-theme-digikam/layouts/index.html @@ -1,107 +1,107 @@ {{ 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 "features" }}

{{ i18n "largeCollections" }}

{{ i18n "largeCollectionsBody" }}

{{ i18n "efficientEditing" }}

{{ i18n "efficientEditingBody" }}

{{ i18n "openMetadata" }}

{{ i18n "openMetadataBody" }}

{{ i18n "freeSoftware" }}

{{ i18n "freeSoftwareBody" }}

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