summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2013-01-29 22:16:08 +0800
committerrekado <rekado@elephly.net>2013-01-29 22:16:08 +0800
commit79d8ac02a0dd26cbc2410f7ed5daa19bc1245290 (patch)
tree2e0635a5619448911d3bfcfa67205ece8887764e /templates
parentb6671d25af3523b14802ed70dfc510505f193c17 (diff)
logo links to document root
Diffstat (limited to 'templates')
-rw-r--r--templates/default.html2
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>