We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825aa7a commit 60c66bbCopy full SHA for 60c66bb
1 file changed
layouts/shortcodes/vidyard.html
@@ -1,5 +1,5 @@
1
-{{- /* <!-- Embed vidyard player and javascript. Use this shortcode as {{< vidyard "videocode" >}} --> */ -}}
2
-{{- with .Get 0 }}
+{{- /* <!-- Embed Vidyard player and JavaScript. Use this shortcode as {{< vidyard id="videocode" date_updated="YYYY-MM-DD" >}} --> */ -}}
+{{- with .Get "id" }}
3
<p>
4
<img
5
style="width: 100%; margin: auto; display: block;"
0 commit comments