Implemented search functionality
This commit is contained in:
parent
ee235ae70b
commit
3bba78a22c
8 changed files with 251 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
<nav>
|
||||
<ul>
|
||||
<li class="nav-menu-title"><a href="/">{{ .Site.Title }}</a></li>
|
||||
<li><a href="/tags/">Tags</a></li>
|
||||
{{- $p := . -}}
|
||||
{{- range .Site.Menus.main.ByWeight -}}
|
||||
{{- $active := or ($p.IsMenuCurrent "main" .) ($p.HasMenuCurrent "main" .) -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue