Add a Showcase copyright notice

This commit is contained in:
Bjørn Erik Pedersen 2018-02-08 14:56:53 +01:00
parent c5963edaa0
commit 842c1cedfc
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@
{{/* pagination.html: https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/template_embedded.go#L117 */}}
{{ template "_internal/pagination.html" . }}
</div>
<div class="dib f3 mt4">The Showcase articles are copyright the content authors. Any open source license will be attached.</div>
</div>
{{ end }}

View File

@ -26,7 +26,7 @@ Showcase: {{ .Title }}
Last Update: {{ .Lastmod.Format "January 2, 2006" }} <br>
{{ partial "page-edit.html" . }}
</div>
<div class="b">The Showcase articles are copyright the content authors. Any open source license will be attached.</div>
</article>
{{ end }}
@ -47,6 +47,7 @@ Showcase: {{ .Title }}
{{- . -}}
{{end}}
</div>
{{end}}
{{define "details"}}