-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
005b690
commit 65b8bac
Showing
2 changed files
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,3 @@ | ||
{{- /* hugo-video shortcode | ||
/* | ||
/* This file is part of hugo-video shortcode. | ||
/* A Hugo component shortcode to embed videos using the HTML video element. | ||
/* | ||
/* @copyright @2019 onwards Nicolas Martignoni ([email protected]) | ||
/* @source https://github.com/martignoni/hugo-video | ||
/* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
/* | ||
*/ | ||
-}} | ||
|
||
{{- $video_src := .Get "src" -}} | ||
{{- $video_mp4 := "" -}} | ||
{{- $video_webm := "" -}} | ||
|