From 400d826fefb8561508e702f6b437571d890397d8 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Tue, 28 Nov 2023 15:22:50 +0100 Subject: [PATCH] adds `video` shortcode to publish videos from video.infosec.exchange instance --- layouts/shortcodes/video.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 layouts/shortcodes/video.html diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html new file mode 100644 index 0000000..0a7251b --- /dev/null +++ b/layouts/shortcodes/video.html @@ -0,0 +1,7 @@ +{{- $id := .Get "id" | default (.Get 0) -}} +{{- $class := .Get "class" | default (.Get 1) -}} +{{- $title := .Get "title" | default "Shared video" }} +
+ +
+