File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
themes/devopsdays-theme/layouts/shortcodes Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments