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

View File

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