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

{{ .Title | markdownify }}

-
-

- {{ .Content }} -

+ +
+ + {{ .Content }} + {{ if .IsTranslated }}

{{ i18n "translations" }}

{{ end }}
{{ end }}