diff --git a/themes/gohugoioTheme/layouts/showcase/list.html b/themes/gohugoioTheme/layouts/showcase/list.html
index 709219947..89565f342 100644
--- a/themes/gohugoioTheme/layouts/showcase/list.html
+++ b/themes/gohugoioTheme/layouts/showcase/list.html
@@ -17,6 +17,7 @@
{{/* pagination.html: https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/template_embedded.go#L117 */}}
{{ template "_internal/pagination.html" . }}
+
The Showcase articles are copyright the content authors. Any open source license will be attached.
{{ end }}
diff --git a/themes/gohugoioTheme/layouts/showcase/single.html b/themes/gohugoioTheme/layouts/showcase/single.html
index c3e15127e..c396f7b05 100644
--- a/themes/gohugoioTheme/layouts/showcase/single.html
+++ b/themes/gohugoioTheme/layouts/showcase/single.html
@@ -26,7 +26,7 @@ Showcase: {{ .Title }}
Last Update: {{ .Lastmod.Format "January 2, 2006" }}
{{ partial "page-edit.html" . }}
-
+ The Showcase articles are copyright the content authors. Any open source license will be attached.
{{ end }}
@@ -47,6 +47,7 @@ Showcase: {{ .Title }}
{{- . -}}
{{end}}
+
{{end}}
{{define "details"}}