Add help page
This commit is contained in:
parent
4e703e03ce
commit
a6c8355a50
4 changed files with 34 additions and 2 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue