Skip to content

Commit 50860fb

Browse files
authored
increment widget from v1 to v2 (#15234)
1 parent a29b8d8 commit 50860fb

File tree

1 file changed

+4
-4
lines changed
  • themes/devopsdays-theme/layouts/shortcodes

1 file changed

+4
-4
lines changed

themes/devopsdays-theme/layouts/shortcodes/tix.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
{{- if eq $url "" -}}
77

8-
<link rel="stylesheet" type="text/css" href="https://tickets.devopsdays.org/devopsdays-{{ $city }}/{{ $year }}/widget/v1.css">
9-
<script type="text/javascript" src="https://tickets.devopsdays.org/widget/v1.en.js" async></script>
8+
<link rel="stylesheet" type="text/css" href="https://tickets.devopsdays.org/devopsdays-{{ $city }}/{{ $year }}/widget/v2.css">
9+
<script type="text/javascript" src="https://tickets.devopsdays.org/widget/v2.en.js" async></script>
1010

1111
<pretix-widget event="https://tickets.devopsdays.org/devopsdays-{{ $city }}/{{ $year }}/" {{- if eq $info "show" -}} display-event-info{{- end -}}></pretix-widget>
1212
<noscript>
@@ -19,8 +19,8 @@
1919

2020
{{- else -}}
2121

22-
<link rel="stylesheet" type="text/css" href="{{ $url }}/widget/v1.css">
23-
<script type="text/javascript" src="https://tickets.devopsdays.org/widget/v1.en.js" async></script>
22+
<link rel="stylesheet" type="text/css" href="{{ $url }}/widget/v2.css">
23+
<script type="text/javascript" src="https://tickets.devopsdays.org/widget/v2.en.js" async></script>
2424

2525
<pretix-widget event="{{ $url }}" {{- if eq $info "show" -}} display-event-info{{- end -}}></pretix-widget>
2626
<noscript>

0 commit comments

Comments
 (0)