diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-10-10 15:01:19 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-10-10 15:01:19 -0400 |
commit | cc44953d96f6f09b8951b38dbf12067de637c89f (patch) | |
tree | ff305ead26f71e065ce910b1d2716dcc56d26856 /_layouts | |
parent | 64e9cdaa110f59446310e108bd6ca6fdecfe10d4 (diff) |
Add PGP info and CC license
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/master.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_layouts/master.html b/_layouts/master.html index 74ccd11..dbc72d6 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -125,7 +125,8 @@ </main> <footer class="grid_12"> <p> - <a href="/">About Me</a> / <a href="mailto:hi@benburwell.com">Email</a> + <a href="/">Ben</a> / <a href="mailto:hi@benburwell.com">Email</a> / <a href="/pgp/">PGP</a><br> + <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img src="/assets/images/icons/cc-by.png" alt="Creative Commons Attribution License" title="Creative Commons Licensed"></a> </p> </footer> </div> |