diff options
author | rekado <rekado@elephly.net> | 2013-01-29 22:16:08 +0800 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2013-01-29 22:16:08 +0800 |
commit | 79d8ac02a0dd26cbc2410f7ed5daa19bc1245290 (patch) | |
tree | 2e0635a5619448911d3bfcfa67205ece8887764e | |
parent | b6671d25af3523b14802ed70dfc510505f193c17 (diff) |
logo links to document root
-rw-r--r-- | templates/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.html b/templates/default.html index 861ae1e..5c262c8 100644 --- a/templates/default.html +++ b/templates/default.html @@ -19,7 +19,7 @@ </head> <body id="top"> <div id="navigation"> - <img id="logo" alt="logo" src="/images/logo.png"/> + <a href="/"><img id="logo" alt="logo" src="/images/logo.png"/></a> <ul> <li><a href="/about.html">About</a></li> <li><a href="/projects.html">Projects</a></li> |