diff options
author | P. J. McDermott <pjm@nac.net> | 2011-11-03 19:28:29 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-11-03 19:28:29 (EDT) |
commit | 56e85cd80a6f4df70f006cdb89322202d54eb9b9 (patch) | |
tree | 000e6f5d7b7c08eb479ca717675377915593c80d /includes/header.html | |
parent | bbe9879c18b28f844b87372c78f4249942518825 (diff) | |
download | www-56e85cd80a6f4df70f006cdb89322202d54eb9b9.zip www-56e85cd80a6f4df70f006cdb89322202d54eb9b9.tar.gz www-56e85cd80a6f4df70f006cdb89322202d54eb9b9.tar.bz2 |
Add a hyperlink to the homepage in the header.
Diffstat (limited to 'includes/header.html')
-rwxr-xr-x | includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/header.html b/includes/header.html index c18656b..63ca7b3 100755 --- a/includes/header.html +++ b/includes/header.html @@ -15,7 +15,7 @@ <body> <div class="header"> <a href="#body" class="skip">Skip to body</a> - <h1>P. J. M<span class="super">c</span>Dermott</h1> + <h1><a href="/">P. J. M<span class="super">c</span>Dermott</a></h1> <p>Computer science student, software and (amateur) hardware hacker, and advocate for software and cultural freedom.</p> </div> <div class="menu"> |