From e4a8a804aa5353bcaa4403da291e02bd9fcd22db Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Sat, 14 Jun 2025 13:48:40 +0200 Subject: initial version --- themes/fredo/layouts/_shortcodes/audio.html | 10 ++++++++++ themes/fredo/layouts/_shortcodes/video.html | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 themes/fredo/layouts/_shortcodes/audio.html create mode 100644 themes/fredo/layouts/_shortcodes/video.html (limited to 'themes/fredo/layouts/_shortcodes') diff --git a/themes/fredo/layouts/_shortcodes/audio.html b/themes/fredo/layouts/_shortcodes/audio.html new file mode 100644 index 0000000..d44de40 --- /dev/null +++ b/themes/fredo/layouts/_shortcodes/audio.html @@ -0,0 +1,10 @@ + + + + + +
{{- .Get "caption" -}}: + +
diff --git a/themes/fredo/layouts/_shortcodes/video.html b/themes/fredo/layouts/_shortcodes/video.html new file mode 100644 index 0000000..debe1d4 --- /dev/null +++ b/themes/fredo/layouts/_shortcodes/video.html @@ -0,0 +1,6 @@ +
+ + +
\ No newline at end of file -- cgit v1.2.3