Skip to content

Commit

Permalink
fix link texts
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Nov 27, 2020
1 parent c045de1 commit 9dd26ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ <h1><a href="/">/</a></h1>
</header>
<main class="page-body">
<ul>
<li><a href="/pages">/pages</a></li>
<li><a href="/titles">/titles</a></li>
<li><a href="/pages">pages</a></li>
<li><a href="/titles">titles</a></li>
</ul>
</main>
<footer class="page-footer"></footer>
Expand Down

0 comments on commit 9dd26ff

Please sign in to comment.