Fix search link
This commit is contained in:
parent
e4434c6300
commit
f635df8c7b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
{{ $cssBundleMin := $cssBundle | resources.Minify | resources.Fingerprint "sha512" }}
|
{{ $cssBundleMin := $cssBundle | resources.Minify | resources.Fingerprint "sha512" }}
|
||||||
|
|
||||||
{{ $indexUrl := "index.html" | absURL }}
|
{{ $indexUrl := "index.html" | absURL }}
|
||||||
{{ $searchUrl := "search" | absURL }}
|
{{ $searchUrl := "search/index.html" | absURL }}
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link href="//fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet" type="text/css">
|
<link href="//fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet" type="text/css">
|
||||||
|
|
Loading…
Add table
Reference in a new issue