Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Thies committed Jan 20, 2024
1 parent 6a2fbc9 commit 39750f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/file/templates/media_resource.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
resource: {
title: "title",
name: "name",
desciption: "big and blue"
description: "big and blue"
}
}

Expand Down
2 changes: 1 addition & 1 deletion source/file/templates/video.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Example context (json):
{
videourl: "https://example.com/video.mp4",
poster: ""https://example.com/image.jpg",
poster: "https://example.com/image.jpg",
}

}}
Expand Down

0 comments on commit 39750f2

Please sign in to comment.