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

+

{{ .Title | markdownify }} -

+
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 }} {{ partial "sharing-icons.html" . }} {{ end }}

{{ .Content }}

{{ if .IsTranslated }}

{{ i18n "translations" }}

{{ end }}
{{ end }} diff --git a/themes/hugo-theme-digikam/layouts/_default/summary.html b/themes/hugo-theme-digikam/layouts/_default/summary.html index f67a1f978..ae1774608 100755 --- a/themes/hugo-theme-digikam/layouts/_default/summary.html +++ b/themes/hugo-theme-digikam/layouts/_default/summary.html @@ -1,21 +1,21 @@ {{ $dateFormat := default "Mon Jan 2, 2006" (index .Site.Params "date_format") }}
-

+

{{ .Title | markdownify }} -

+
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 }}

{{ .Summary }}

{{ i18n "readMore" }}