diff options
author | Alan Pearce | 2014-06-07 17:53:56 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-07 17:53:56 +0100 |
commit | f3658561641d6b412b19d3858f1336427677f8e1 (patch) | |
tree | 29bd8d8b09955c7decc9576cab056bd1a150fd4a /layouts/partials | |
parent | 123b49e8fa41363b0946a2e5a6b92fb2318e7486 (diff) | |
download | hyde-f3658561641d6b412b19d3858f1336427677f8e1.tar.lz hyde-f3658561641d6b412b19d3858f1336427677f8e1.tar.zst hyde-f3658561641d6b412b19d3858f1336427677f8e1.zip |
Change site content license to CC-BY 4.0
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/sidebar.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 08fd7cc..83638bd 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -16,6 +16,8 @@ </ul> </nav> - <footer>{{ with .Site.Params.Copyright }}{{.}}{{ else }}© {{.Now.Format "2006"}}. All rights reserved. {{end}}</footer> + <footer> + Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. + </footer> </div> </aside> |