refactor templates layout
@see https://gohugo.io/templates/new-templatesystem-overview/
This commit is contained in:
parent
a83f339dc8
commit
230c46411b
102 changed files with 2 additions and 2 deletions
14
layouts/_partials/copying.html
Normal file
14
layouts/_partials/copying.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
{{ "<!--" | safeHTML }}
|
||||
{{ .Site.Title}} - {{ .Site.Params.tagline }}
|
||||
|
||||
This page was created by {{ fmt.Printf "%s <%s>" .Site.Params.Author.name .Site.Params.adminEmail | safeHTML }}.
|
||||
The date of creation and last modification should be available within the page
|
||||
below.
|
||||
|
||||
Unless stated otherwise, and to the extent possible under law, the author has
|
||||
dedicated all copyright and related and neighbouring rights to this content
|
||||
to the public domain worldwide. This file is distributed without any warranty.
|
||||
|
||||
See <http://creativecommons.org/publicdomain/zero/1.0/> for
|
||||
a copy of the CC0 Public Domain Dedication.
|
||||
{{ "-->" | safeHTML }}
|
Loading…
Add table
Add a link
Reference in a new issue