Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Commit

Permalink
fixed home link
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Wallace committed Mar 31, 2011
1 parent 653e97b commit 2b2a3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Expand Up @@ -19,7 +19,7 @@
<body>
<div class="nav">
<div class="content">
<div class="logo"><a href="/">CS DUG</a></div>
<div class="logo"><a href="<?php bloginfo('url'); ?>">CS DUG</a></div>
<a class="button" href="#">Student Projects</a>
<a class="button" href="#">Home</a>
</div>
Expand Down

0 comments on commit 2b2a3ab

Please sign in to comment.