We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e93043 commit 27215b5Copy full SHA for 27215b5
1 file changed
themes/devopsdays-theme/layouts/shortcodes/asset.html
@@ -12,6 +12,6 @@
12
13
{{- if ne $image "" -}}
14
15
-<img src = "https:/assets.devopsdays.org/events/{{- $year -}}/{{- $city -}}/{{- $image -}}" class = "img-fluid" alt="{{- $name -}}">
+<img src = "https://assets.devopsdays.org/events/{{- $year -}}/{{- $city -}}/{{- $image -}}" class = "img-fluid" alt="{{- $name -}}">
16
17
{{- end -}}
0 commit comments