diff --git a/themes/coopcloud.tech/layouts/_default/list.html b/themes/coopcloud.tech/layouts/_default/list.html index 63b3051..42bbdc9 100644 --- a/themes/coopcloud.tech/layouts/_default/list.html +++ b/themes/coopcloud.tech/layouts/_default/list.html @@ -7,7 +7,6 @@

{{ .Title }}

- {{/* partial "metadata.html" . */}}

{{ .Summary }}

diff --git a/themes/coopcloud.tech/layouts/_default/single.html b/themes/coopcloud.tech/layouts/_default/single.html index 1cebf66..7e5c09d 100644 --- a/themes/coopcloud.tech/layouts/_default/single.html +++ b/themes/coopcloud.tech/layouts/_default/single.html @@ -1,6 +1,5 @@ {{ define "main" }}

{{ .Title }}

-{{/* partial "metadata.html" . */}}

{{ .Content }} {{ end }}