File tree Expand file tree Collapse file tree 4 files changed +23
-6
lines changed Expand file tree Collapse file tree 4 files changed +23
-6
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,20 @@ draft: false
20
20
21
21
<div class =" cta-row " >
22
22
{{< button-link label="Apply to Speak"
23
- url="https://forms.gle/zaVhgqdPvja38rVw6 " >}}
23
+ url="https://forms.gle/zaVhgqdPvja38rVw6 "
24
+ target="_ blank" >}}
24
25
25
26
{{< button-link label="Become a Sponsor"
26
- url="https://opencollective.com/json-schema/events/the-json-schema-conference-2025-f7f367ce " >}}
27
+ url="https://opencollective.com/json-schema/events/the-json-schema-conference-2025-f7f367ce "
28
+ target="_ blank" >}}
27
29
28
30
{{< button-link label="Meet Speakers"
29
- url="./speakers" >}}
31
+ url="./speakers"
32
+ target="_ blank" >}}
30
33
31
34
{{< button-link label="Get Tickets"
32
- url="https://ticket.apidays.global/event/apidays-paris-2025/3cccd07f-acb2-466e-8d91-cb1f208ecf42?_gl=1*1i6mx1e*_gcl_au*MTY3OTY0ODcyNS4xNzUwMTA0MzA4 " >}}
35
+ url="https://ticket.apidays.global/event/apidays-paris-2025/3cccd07f-acb2-466e-8d91-cb1f208ecf42?_gl=1*1i6mx1e*_gcl_au*MTY3OTY0ODcyNS4xNzUwMTA0MzA4 "
36
+ target="_ blank" >}}
33
37
34
38
</div >
35
39
Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ <h2 class="highlights-title">2024 Highlights</h2>
41
41
</ div >
42
42
</ div >
43
43
</ div >
44
- < a href ="https://ticket.apidays.global/event/apidays-paris-2025/3cccd07f-acb2-466e-8d91-cb1f208ecf42?_gl=1*1i6mx1e*_gcl_au*MTY3OTY0ODcyNS4xNzUwMTA0MzA4 ">
44
+ < a href ="https://ticket.apidays.global/event/apidays-paris-2025/3cccd07f-acb2-466e-8d91-cb1f208ecf42?_gl=1*1i6mx1e*_gcl_au*MTY3OTY0ODcyNS4xNzUwMTA0MzA4 "
45
+ target ="_blank "
46
+ rel ="noopener ">
45
47
< button > Get Your Ticket!</ button >
46
48
</ a >
47
49
</ div >
Original file line number Diff line number Diff line change
1
+ {{ $_hugo_config := `{ "version": 1 }` }}
2
+ {{ $icon := .Get "icon" }}
3
+ {{ $url := .Get "url" }}
4
+ {{ $label := .Get "label" }}
5
+
6
+ < a class ="btn primary " href ="{{ $url }} " {{ with .Get "target" }} target="{{ . }} "{{ end }} >
7
+ {{ if and $icon (not (eq $icon "right")) }}{{ partial "icon.html" $icon }}{{ end }}
8
+ {{- $label -}}
9
+ {{ if eq $icon "right" }}{{ partial "icon.html" $icon }}{{ end }}
10
+ </ a >
11
+
You can’t perform that action at this time.
0 commit comments