Skip to content

Commit

Permalink
Reorder navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
andreimarcu committed Oct 1, 2015
1 parent fcb9afd commit 6a227d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<div id="container">
<div id="header">
<div id="navigation" class="right">
<a href="/paste/">Paste</a> |
<a href="/">Upload</a>
<a href="/">Upload</a> |
<a href="/paste/">Paste</a>
</div>
<h2><a href="/" title="{{ sitename }}">{{ sitename }}</a></h2>
</div>
Expand Down

0 comments on commit 6a227d1

Please sign in to comment.