File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ footer {
94
94
}
95
95
96
96
main {
97
- .button {
97
+ .button , .portal-button {
98
98
display : inline-block ;
99
99
border-radius : 6px ;
100
100
padding : 6px 20px ;
Original file line number Diff line number Diff line change @@ -20,12 +20,9 @@ <h2 id="{{ replace .title " " "-" | lower }}">{{ .title }}</h2>
20
20
{{ end }}
21
21
{{ end }}
22
22
</ ul >
23
- {{ if .button }}
24
- < br >
25
- < button id ="btn-concepts " class ="button " onClick ="location.href='{{ .button_path | relLangURL }}'; " aria-label ="{{ .title }} "> {{ .button }}</ button >
26
- < br >
27
- < br >
28
- {{ end }}
23
+ {{- if .button -}}
24
+ < button class ="portal-button " id ="btn-{{ replace .title " " "-" | lower }}" onClick="location.href='{{ .button_path | relLangURL }}';" aria-label="{{ .title }}"> {{ .button }}</ button >
25
+ {{- end -}}
29
26
</ div >
30
27
</ div >
31
28
{{ end }}
You can’t perform that action at this time.
0 commit comments