Skip to content

Commit

Permalink
Fix a home link
Browse files Browse the repository at this point in the history
  • Loading branch information
youthkee committed Jan 19, 2017
1 parent 085b0c6 commit ad01a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_work/src/_parts/_header_ja.pug
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ header.header
nav.navbar.navbar-toggleable-md.navbar-light.bg-faded
button.navbar-toggler.navbar-toggler-right(type='button', data-toggle='collapse', data-target='#navbarNav', aria-controls='navbarNav', aria-expanded='false', aria-label='Toggle navigation')
span.navbar-toggler-icon
a.navbar-brand(href=rootPath)
a.navbar-brand(href=rootPath+"ja/")
h1.header__title tsumugi
#navbarNav.collapse.navbar-collapse
ul.navbar-nav
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="../">
<a class="navbar-brand" href="../ja/">
<h1 class="header__title">tsumugi</h1>
</a>
<div class="collapse navbar-collapse" id="navbarNav">
Expand Down

0 comments on commit ad01a83

Please sign in to comment.