diff options
Diffstat (limited to '_layouts/master.html')
-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> |