diff --git a/themes/hugo-theme-digikam/layouts/news/single.html b/themes/hugo-theme-digikam/layouts/news/single.html index fa5ab6856..c9fa55186 100644 --- a/themes/hugo-theme-digikam/layouts/news/single.html +++ b/themes/hugo-theme-digikam/layouts/news/single.html @@ -1,63 +1,63 @@ {{ define "title" }}{{ .Title | markdownify }} | {{ .Site.Title }}{{ end }} {{ define "main" }} {{ $dateFormat := default "Mon Jan 2, 2006" (index .Site.Params "date_format") }}

{{ .Title | markdownify }}

//
{{ i18n "by" }} {{ .Params.author | default .Site.Params.author }}
{{ if (.Params.categories) }}
Categories: {{ partial "meta-categories.html" . }}
{{ end }} {{ if (.Params.tags) }}
Tags: {{ partial "meta-tags.html" . }}
{{ end }} {{ if not .Site.Params.sharingicons.hide }} // {{ end }}
{{ .Content }} {{ if .IsTranslated }}

{{ i18n "translations" }}

{{ end }}
{{ end }}