Skip to content

Commit b906039

Browse files
committed
Fix home button link broken in header template
1 parent c439797 commit b906039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/views/header.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ul class="dropdown-menu list" role="menu" aria-labelledby="menu">
1414
</ul>
1515
</div>
16-
<a class="navbar-brand pull-left" href="<%- url %>"><i class="fa fa-file-text"></i> HackMD</a>
16+
<a class="navbar-brand pull-left" href="<%- url %>/"><i class="fa fa-file-text"></i> HackMD</a>
1717
<div class="nav-mobile pull-right visible-xs">
1818
<span class="btn btn-link btn-file ui-upload-image" title="Upload Image" style="display:none;">
1919
<i class="fa fa-camera"></i><input type="file" accept="image/*" name="upload" multiple>

0 commit comments

Comments
 (0)