about summary refs log tree commit diff stats
path: root/layouts/partials/sidebar.html
diff options
context:
space:
mode:
authorAlan Pearce2014-07-20 13:13:32 +0100
committerAlan Pearce2014-07-20 13:13:32 +0100
commit70a47a9aa05032776768eb2feda56334f45fb55d (patch)
tree3444b940e8d8da924848b4b6df9b22c9cd72cfb6 /layouts/partials/sidebar.html
parent38e02dda8724da9d4020ad967e9759539098c2dd (diff)
downloadhyde-70a47a9aa05032776768eb2feda56334f45fb55d.tar.lz
hyde-70a47a9aa05032776768eb2feda56334f45fb55d.tar.zst
hyde-70a47a9aa05032776768eb2feda56334f45fb55d.zip
Add microdata to licence link
Diffstat (limited to 'layouts/partials/sidebar.html')
-rw-r--r--layouts/partials/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index f88a7aa..68cf033 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -30,7 +30,7 @@
 				</aside>
 
 				<footer>
-					Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
+					Licensed under a <a rel="license" itemprop="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
 				</footer>
 			</div>
 		</aside>