Reorder navigation

This commit is contained in:
andreimarcu 2015-10-01 00:15:30 -04:00
parent fcb9afde0d
commit 6a227d15a2
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
<div id="container"> <div id="container">
<div id="header"> <div id="header">
<div id="navigation" class="right"> <div id="navigation" class="right">
<a href="/paste/">Paste</a> | <a href="/">Upload</a> |
<a href="/">Upload</a> <a href="/paste/">Paste</a>
</div> </div>
<h2><a href="/" title="{{ sitename }}">{{ sitename }}</a></h2> <h2><a href="/" title="{{ sitename }}">{{ sitename }}</a></h2>
</div> </div>