Add help page

This commit is contained in:
Las Zenow 2013-06-01 04:56:35 +02:00
parent 4e703e03ce
commit a6c8355a50
4 changed files with 34 additions and 2 deletions

View file

@ -78,6 +78,9 @@
<form class="navbar-search pull-right" action="/search/">
<input type="search" class="search-query span3" name="q" {{if .Search}}value="{{.Search}}"{{else}}placeholder="Search"{{end}} />
</form>
<ul class="nav pull-right">
<li {{if .Help}}class="active"{{end}}><a href="/help/">Help</a></li>
</ul>
</div>
</div>
</div>