From e15b181a99a67f704180c2b355add5d3141c22fb Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Wed, 25 Oct 2023 14:34:07 +0200 Subject: [PATCH] Create dummy entries for shortcodes --- themes/tsc_vfl/layouts/shortcodes/tsc/news/gallery-image.html | 0 themes/tsc_vfl/layouts/shortcodes/tsc/news/gallery.html | 1 + themes/tsc_vfl/layouts/shortcodes/tsc/news/inline-float.html | 0 themes/tsc_vfl/layouts/shortcodes/tsc/news/youtube-video.html | 0 4 files changed, 1 insertion(+) create mode 100644 themes/tsc_vfl/layouts/shortcodes/tsc/news/gallery-image.html create mode 100644 themes/tsc_vfl/layouts/shortcodes/tsc/news/gallery.html create mode 100644 themes/tsc_vfl/layouts/shortcodes/tsc/news/inline-float.html create mode 100644 themes/tsc_vfl/layouts/shortcodes/tsc/news/youtube-video.html diff --git a/themes/tsc_vfl/layouts/shortcodes/tsc/news/gallery-image.html b/themes/tsc_vfl/layouts/shortcodes/tsc/news/gallery-image.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/tsc_vfl/layouts/shortcodes/tsc/news/gallery.html b/themes/tsc_vfl/layouts/shortcodes/tsc/news/gallery.html new file mode 100644 index 0000000..59448a1 --- /dev/null +++ b/themes/tsc_vfl/layouts/shortcodes/tsc/news/gallery.html @@ -0,0 +1 @@ +{{ .Inner }} diff --git a/themes/tsc_vfl/layouts/shortcodes/tsc/news/inline-float.html b/themes/tsc_vfl/layouts/shortcodes/tsc/news/inline-float.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/tsc_vfl/layouts/shortcodes/tsc/news/youtube-video.html b/themes/tsc_vfl/layouts/shortcodes/tsc/news/youtube-video.html new file mode 100644 index 0000000..e69de29