Add the statistics on the menu
This commit is contained in:
parent
73f2f1f452
commit
4e703e03ce
3 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
|||
<li {{if .Home}}class="active"{{end}}><a href="/">Home</a></li>
|
||||
<li {{if .About}}class="active"{{end}}><a href="/about/">About</a></li>
|
||||
<li {{if .Upload}}class="active"{{end}}><a href="/upload/">Upload your epub</a></li>
|
||||
<li {{if .Stats}}class="active"{{end}}><a href="/stats/">Statistics</a></li>
|
||||
</ul>
|
||||
|
||||
<ul class="nav pull-right">
|
||||
|
|
Reference in a new issue