diff options
author | Alan Pearce | 2014-07-20 13:13:32 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-20 13:13:32 +0100 |
commit | 70a47a9aa05032776768eb2feda56334f45fb55d (patch) | |
tree | 3444b940e8d8da924848b4b6df9b22c9cd72cfb6 /layouts | |
parent | 38e02dda8724da9d4020ad967e9759539098c2dd (diff) | |
download | hyde-70a47a9aa05032776768eb2feda56334f45fb55d.tar.lz hyde-70a47a9aa05032776768eb2feda56334f45fb55d.tar.zst hyde-70a47a9aa05032776768eb2feda56334f45fb55d.zip |
Add microdata to licence link
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/sidebar.html | 2 |
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> |