Skip to content

Commit 27215b5

Browse files
syntax correction to avoid preview error (#14962)
Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com> Co-authored-by: Yvo <yvo.vandoorn@gmail.com>
1 parent 4e93043 commit 27215b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • themes/devopsdays-theme/layouts/shortcodes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
{{- if ne $image "" -}}
1414

15-
<img src = "https:/assets.devopsdays.org/events/{{- $year -}}/{{- $city -}}/{{- $image -}}" class = "img-fluid" alt="{{- $name -}}">
15+
<img src = "https://assets.devopsdays.org/events/{{- $year -}}/{{- $city -}}/{{- $image -}}" class = "img-fluid" alt="{{- $name -}}">
1616

1717
{{- end -}}

0 commit comments

Comments
 (0)