diff --git a/themes/hugo-theme-digikam/layouts/news/single.html b/themes/hugo-theme-digikam/layouts/news/single.html index 616029eb2..0493bf65e 100644 --- a/themes/hugo-theme-digikam/layouts/news/single.html +++ b/themes/hugo-theme-digikam/layouts/news/single.html @@ -1,63 +1,64 @@ {{ 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 }}