Skip to content

Commit

Permalink
Fix home href link should specify root path
Browse files Browse the repository at this point in the history
  • Loading branch information
jackycute committed Apr 22, 2016
1 parent 08de655 commit 14c6778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/views/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ul class="dropdown-menu list" role="menu" aria-labelledby="menu">
</ul>
</div>
<a class="navbar-brand" href="<%- url %>"><i class="fa fa-file-text"></i> HackMD</a>
<a class="navbar-brand" href="<%- url %>/"><i class="fa fa-file-text"></i> HackMD</a>
<div class="nav-mobile pull-right visible-xs">
<span class="btn btn-link btn-file ui-upload-image" title="Upload Image" style="display:none;">
<i class="fa fa-camera"></i><input type="file" accept="image/*" name="upload" multiple>
Expand Down

0 comments on commit 14c6778

Please sign in to comment.