diff options
Diffstat (limited to 'archetypes')
| -rw-r--r-- | archetypes/video.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archetypes/video.md b/archetypes/video.md index 9013540..78ad9de 100644 --- a/archetypes/video.md +++ b/archetypes/video.md @@ -1,7 +1,7 @@ --- title: "{{ replace .Name '-' ' ' | title }}" description: "" -date: {{ .Date }} +date: { { .Date } } tags: [""] type: minimal draft: true @@ -11,4 +11,4 @@ draft: true <!-- [Content Goes Here] --> -{{< video host="cloudinary" account="anoduck" id="[$VIDEO_ID]" autoplay=true >}} +{{< video provider="cloudinary" account="anoduck" media-id="[$VIDEO_ID]" autoplay=true >}} |
