Skip to content

Commit

Permalink
Set the logo as a link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fitzchak Yitzchak committed May 8, 2011
1 parent 65a9f27 commit 6b9d89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RaccoonBlog.Web/Views/Shared/_Layout.cshtml
Expand Up @@ -27,7 +27,7 @@
<div class="containter page">
<header id="headermain">
<div id="logoarea">
<div id="logoimage"></div>
<div id="logoimage"><a href="@Url.RouteUrl("Default")"></a></div>
<h1><a href="@Url.RouteUrl("Default")">@blogConfig.Title</a></h1>
<h2>@blogConfig.Subtitle</h2>
</div>
Expand Down

0 comments on commit 6b9d89f

Please sign in to comment.