File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,13 @@ <h1>{{ .Title }}</h1>
5
5
6
6
< p class ="d-none "> Rendered from layouts/papers/list </ p >
7
7
8
- {{ range .Pages.ByPublishDate.Reverse }}
8
+ {{ range .Pages.ByPublishDate.Reverse.GroupByDate "2006" }}
9
9
10
- {{ partial "paper-card" . }}
10
+ < p > {{ .Key }} </ p >
11
+
12
+ {{ range .Pages }}
13
+ {{ partial "paper-card" . }}
14
+ {{ end }}
11
15
12
16
{{ end }}
13
17
Original file line number Diff line number Diff line change 18
18
</ li >
19
19
{{ end }}
20
20
</ ul >
21
+ < div class ="d-none ">
21
22
< form class ="d-flex " role ="search ">
22
23
< input class ="form-control me-2 " type ="search " placeholder ="Search " aria-label ="Search ">
23
24
< button class ="btn btn-outline-success " type ="submit "> Search</ button >
24
25
</ form >
26
+ </ div >
25
27
</ div >
26
28
</ div >
27
29
</ nav >
You can’t perform that action at this time.
0 commit comments