Skip to content

Commit 60c66bb

Browse files
committed
Switch to named parameters and add date_updated
1 parent 825aa7a commit 60c66bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layouts/shortcodes/vidyard.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{{- /* <!-- Embed vidyard player and javascript. Use this shortcode as {{< vidyard "videocode" >}} --> */ -}}
2-
{{- with .Get 0 }}
1+
{{- /* <!-- Embed Vidyard player and JavaScript. Use this shortcode as {{< vidyard id="videocode" date_updated="YYYY-MM-DD" >}} --> */ -}}
2+
{{- with .Get "id" }}
33
<p>
44
<img
55
style="width: 100%; margin: auto; display: block;"

0 commit comments

Comments
 (0)