File tree 9 files changed +55
-30
lines changed
9 files changed +55
-30
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ params:
22
22
minGoVersion : 1.18
23
23
goVersion : 1.19
24
24
minNodeVersion : 14
25
+ search : nav
25
26
26
27
outputs :
27
28
home :
Original file line number Diff line number Diff line change
1
+ ---
2
+ date : " 2019-11-12T16:00:00+02:00"
3
+ title : " Search"
4
+ slug : " search"
5
+ weight : 4
6
+ toc : false
7
+ draft : false
8
+ sitemap :
9
+ priority : 0.1
10
+ layout : " search"
11
+ ---
12
+
13
+
14
+ This file exists solely to respond to /search URL with the related ` search ` layout template.
15
+
16
+ No content shown here is rendered, all content is based in the template layouts/doc/search.html
17
+
18
+ Setting a very low sitemap priority will tell search engines this is not important content.
Original file line number Diff line number Diff line change @@ -5,12 +5,6 @@ slug: "search"
5
5
weight : 4
6
6
toc : false
7
7
draft : false
8
- menu :
9
- sidebar :
10
- parent : " help"
11
- name : " Search"
12
- weight : 4
13
- identifier : " search"
14
8
sitemap :
15
9
priority : 0.1
16
10
layout : " search"
Original file line number Diff line number Diff line change @@ -5,12 +5,6 @@ slug: "search"
5
5
weight : 4
6
6
toc : false
7
7
draft : false
8
- menu :
9
- sidebar :
10
- parent : " help"
11
- name : " Chercher"
12
- weight : 4
13
- identifier : " search"
14
8
sitemap :
15
9
priority : 0.1
16
10
layout : " search"
Original file line number Diff line number Diff line change
1
+ ---
2
+ date : " 2019-11-12T16:00:00+02:00"
3
+ title : " Search"
4
+ slug : " search"
5
+ weight : 4
6
+ toc : false
7
+ draft : false
8
+ sitemap :
9
+ priority : 0.1
10
+ layout : " search"
11
+ ---
12
+
13
+
14
+ This file exists solely to respond to /search URL with the related ` search ` layout template.
15
+
16
+ No content shown here is rendered, all content is based in the template layouts/doc/search.html
17
+
18
+ Setting a very low sitemap priority will tell search engines this is not important content.
Original file line number Diff line number Diff line change
1
+ ---
2
+ date : " 2019-11-12T16:00:00+02:00"
3
+ title : " Search"
4
+ slug : " search"
5
+ weight : 4
6
+ toc : false
7
+ draft : false
8
+ sitemap :
9
+ priority : 0.1
10
+ layout : " search"
11
+ ---
12
+
13
+
14
+ This file exists solely to respond to /search URL with the related ` search ` layout template.
15
+
16
+ No content shown here is rendered, all content is based in the template layouts/doc/search.html
17
+
18
+ Setting a very low sitemap priority will tell search engines this is not important content.
Original file line number Diff line number Diff line change @@ -5,12 +5,6 @@ slug: "search"
5
5
weight : 4
6
6
toc : false
7
7
draft : false
8
- menu :
9
- sidebar :
10
- parent : " help"
11
- name : " 搜索"
12
- weight : 4
13
- identifier : " search"
14
8
sitemap :
15
9
priority : 0.1
16
10
layout : " search"
Original file line number Diff line number Diff line change @@ -5,12 +5,6 @@ slug: "search"
5
5
weight : 4
6
6
toc : false
7
7
draft : false
8
- menu :
9
- sidebar :
10
- parent : " help"
11
- name : " 搜尋"
12
- weight : 4
13
- identifier : " search"
14
8
sitemap :
15
9
priority : 0.1
16
10
layout : " search"
Original file line number Diff line number Diff line change 11
11
< div class =" content ">
12
12
< section class ="resume-section p-3 p-lg-5 d-flex flex-column ">
13
13
< div class ="my-auto " >
14
- < form action ="{{ "search " | absLangURL }}">
15
- < label > Search:
16
- < input id ="search-query " name ="s "/>
17
- </ label >
18
- </ form >
19
- < br />
20
14
< div id ="search-results "> </ div >
21
15
</ div >
22
16
</ section >
You can’t perform that action at this time.
0 commit comments