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

- {{ .Title | markdownify }} -

- - - - - - - - - - - - - +
+

+ {{ .Title | markdownify }} +

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

{{ i18n "translations" }}

- {{ end }} -
-
+ {{ end }} +
+ {{ end }} diff --git a/themes/hugo-theme-digikam/layouts/news/single.html b/themes/hugo-theme-digikam/layouts/news/single.html index 2c2d3a442..ec036e47a 100644 --- a/themes/hugo-theme-digikam/layouts/news/single.html +++ b/themes/hugo-theme-digikam/layouts/news/single.html @@ -1,51 +1,51 @@ {{ 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 }} -
+
+

+ {{ .Title | markdownify }} +

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

{{ i18n "translations" }}

- {{ end }} -
-
+ {{ end }} +
+ {{ end }} diff --git a/themes/hugo-theme-digikam/layouts/news/summary.html b/themes/hugo-theme-digikam/layouts/news/summary.html index ccf99bf90..5f302ccfb 100755 --- a/themes/hugo-theme-digikam/layouts/news/summary.html +++ b/themes/hugo-theme-digikam/layouts/news/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 }} - -
+
+

+ {{ .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 }} + {{ .Summary }} - {{ i18n "readMore" }} -
-
+ {{ i18n "readMore" }} +
+ diff --git a/themes/hugo-theme-digikam/layouts/section/about.html b/themes/hugo-theme-digikam/layouts/section/about.html index c02bb0955..f4772cb15 100644 --- a/themes/hugo-theme-digikam/layouts/section/about.html +++ b/themes/hugo-theme-digikam/layouts/section/about.html @@ -1,51 +1,51 @@ {{ define "title" }}{{ .Title | markdownify }} | {{ .Site.Title }}{{ end }} {{ define "main" }} {{ $dateFormat := default "Mon Jan 2, 2006" (index .Site.Params "date_format") }} -
-

- {{ .Title | markdownify }} -

-
- - - - - - - - - - - - - - {{ .Content }} +
+

+ {{ .Title | markdownify }} +

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

{{ i18n "translations" }}

- {{ end }} -
-
+ {{ end }} +
+
{{ range .Data.Pages.GroupBy "Section" }}
{{ .Key }}
{{ end }}
{{ end }} diff --git a/themes/hugo-theme-digikam/layouts/section/contribute.html b/themes/hugo-theme-digikam/layouts/section/contribute.html index df00406d2..ca8090d7c 100644 --- a/themes/hugo-theme-digikam/layouts/section/contribute.html +++ b/themes/hugo-theme-digikam/layouts/section/contribute.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 }} -

-
- - - - - - - - - - - - - - {{ .Content }} +
+

+ {{ .Title | markdownify }} +

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

{{ i18n "translations" }}

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

- {{ .Title | markdownify }} -

-
- - - - - - - - - - - - - - {{ .Content }} +
+

+ {{ .Title | markdownify }} +

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

{{ i18n "translations" }}

- {{ end }} -
-
+ {{ end }} +
+
{{ range .Data.Pages.GroupBy "Section" }}
{{ .Key }}
{{ end }}
{{ end }} diff --git a/themes/hugo-theme-digikam/layouts/section/donate.html b/themes/hugo-theme-digikam/layouts/section/donate.html index df00406d2..ca8090d7c 100644 --- a/themes/hugo-theme-digikam/layouts/section/donate.html +++ b/themes/hugo-theme-digikam/layouts/section/donate.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 }} -

-
- - - - - - - - - - - - - - {{ .Content }} +
+

+ {{ .Title | markdownify }} +

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

{{ i18n "translations" }}

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

- {{ .Title | markdownify }} -

-
- - - - - - - - - - - - - - {{ .Content }} +
+

+ {{ .Title | markdownify }} +

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

{{ i18n "translations" }}

- {{ end }} -
-
+ {{ end }} +
+
{{ range .Data.Pages.GroupBy "Section" }}
{{ .Key }}
{{ end }}
{{ end }} diff --git a/themes/hugo-theme-digikam/layouts/section/support.html b/themes/hugo-theme-digikam/layouts/section/support.html index c02bb0955..f4772cb15 100644 --- a/themes/hugo-theme-digikam/layouts/section/support.html +++ b/themes/hugo-theme-digikam/layouts/section/support.html @@ -1,51 +1,51 @@ {{ define "title" }}{{ .Title | markdownify }} | {{ .Site.Title }}{{ end }} {{ define "main" }} {{ $dateFormat := default "Mon Jan 2, 2006" (index .Site.Params "date_format") }} -
-

- {{ .Title | markdownify }} -

-
- - - - - - - - - - - - - - {{ .Content }} +
+

+ {{ .Title | markdownify }} +

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

{{ i18n "translations" }}

- {{ end }} -
-
+ {{ end }} +
+
{{ range .Data.Pages.GroupBy "Section" }}
{{ .Key }}
{{ end }}
{{ end }}