about summary refs log tree commit diff stats
path: root/layouts/partials/sidebar.html
diff options
context:
space:
mode:
authorAlan Pearce2014-06-07 17:53:56 +0100
committerAlan Pearce2014-06-07 17:53:56 +0100
commitf3658561641d6b412b19d3858f1336427677f8e1 (patch)
tree29bd8d8b09955c7decc9576cab056bd1a150fd4a /layouts/partials/sidebar.html
parent123b49e8fa41363b0946a2e5a6b92fb2318e7486 (diff)
downloadhyde-f3658561641d6b412b19d3858f1336427677f8e1.tar.lz
hyde-f3658561641d6b412b19d3858f1336427677f8e1.tar.zst
hyde-f3658561641d6b412b19d3858f1336427677f8e1.zip
Change site content license to CC-BY 4.0
Diffstat (limited to 'layouts/partials/sidebar.html')
-rw-r--r--layouts/partials/sidebar.html4
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 }}&copy; {{.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>