From 842c1cedfc4b9b0bf285e8f58edd62184539a8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 8 Feb 2018 14:56:53 +0100 Subject: [PATCH] Add a Showcase copyright notice --- themes/gohugoioTheme/layouts/showcase/list.html | 1 + themes/gohugoioTheme/layouts/showcase/single.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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"}}