File tree 4 files changed +26
-20
lines changed
4 files changed +26
-20
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <h1>{{ .Title }}</h1>
6
6
< p class ="d-none "> Rendered from layouts/papers/list </ p >
7
7
8
8
{{ range .Pages.ByPublishDate.Reverse.GroupByDate "2006" }}
9
- < div class ="mt -3 ">
9
+ < div class ="py -3 ">
10
10
< h3 > {{ .Key }} </ h3 >
11
11
{{ range .Pages }}
12
12
{{ partial "paper-card" . }}
Original file line number Diff line number Diff line change 1
1
< div class ="row align-items-top mt-3 ">
2
- < div class ="col-6 col-md-3 mb-2 ">
2
+ < div class ="col-7 col-md-3 mb-2 ">
3
3
< a href ="{{ .RelPermalink }} ">
4
4
{{ if .Params.image }}
5
5
< img
11
11
</ a >
12
12
</ div >
13
13
14
- < div class ="col-10 col-md-9 ">
15
- < a href ="{{ .RelPermalink }} "> < h5 > {{ .Title }}</ h5 > </ a >
14
+ < div class ="col-12 col-md-9 ">
15
+ < a class =" no-underline " href ="{{ .RelPermalink }} "> < h5 > {{ .Title }}</ h5 > </ a >
16
16
17
17
<!-- AUTHOR LIST -->
18
18
< div class ="author-list ">
Original file line number Diff line number Diff line change 14
14
max-width: 100%;
15
15
}
16
16
17
+ a:hover {
18
+ text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.85));
19
+ color: var(--bs-link-hover-color-rgb);
20
+ }
21
+
22
+ a {
23
+ /* color: inherit; */
24
+ color: var(--bs-link-color-rgb);
25
+ text-decoration: underline;
26
+ text-decoration-color: rgba(var(--bs-body-color-rgb),var(--bs-link-opacity,0.5));
27
+ text-underline-offset: 0.25em;
28
+ }
29
+
17
30
/* authors list */
18
31
19
32
.author-list>*:not(:last-child)::after {
20
33
content: " , ";
21
34
}
22
35
23
- .author-list-link {
24
- color: inherit;
25
- text-decoration: none;
26
- }
27
36
28
37
.author-list-link:hover {
29
38
text-decoration: underline;
30
39
}
31
40
32
- /* a {
33
- color: inherit;
34
- }
35
- */
36
- a:hover {
37
- text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.85));
41
+ .author-list-link {
42
+ color: inherit;
43
+ text-decoration: none;
38
44
}
39
45
40
- a {
41
- color: inherit;
42
- text-decoration: underline;
43
- text-decoration-color: rgba(var(--bs-body-color-rgb),var(--bs-link-opacity,0.5));
44
- text-underline-offset: 0.25em ;
46
+
47
+
48
+
49
+ .no-underline {
50
+ text-decoration: none ;
45
51
}
46
52
47
53
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <h1> People</h1>
16
16
{{ if $subpages.Len }}
17
17
< div class ="pt-3 ">
18
18
< h2 > {{ $category }}</ h2 >
19
- < div class ="row row-cols-1 row-cols-md-4 g-4 ">
19
+ < div class ="row row-cols-2 row-cols-md-4 g-4 ">
20
20
{{ range $subpages }}
21
21
< div class ="col ">
22
22
{{ partial "person-card" . }}
You can’t perform that action at this time.
0 commit comments