From c0d4da4fa49d6775fd37f2f9a69bc87234370def Mon Sep 17 00:00:00 2001 From: Skiz Date: Mon, 2 Sep 2024 14:05:16 -0400 Subject: Installed "schizo" theme and named it "vapor" --- themes/vapor/layouts/shortcodes/hidvid.html | 10 ++++++++++ themes/vapor/layouts/shortcodes/img.html | 20 ++++++++++++++++++++ themes/vapor/layouts/shortcodes/tagcloud.html | 3 +++ themes/vapor/layouts/shortcodes/vid.html | 6 ++++++ 4 files changed, 39 insertions(+) create mode 100644 themes/vapor/layouts/shortcodes/hidvid.html create mode 100644 themes/vapor/layouts/shortcodes/img.html create mode 100644 themes/vapor/layouts/shortcodes/tagcloud.html create mode 100644 themes/vapor/layouts/shortcodes/vid.html (limited to 'themes/vapor/layouts/shortcodes') diff --git a/themes/vapor/layouts/shortcodes/hidvid.html b/themes/vapor/layouts/shortcodes/hidvid.html new file mode 100644 index 0000000..14f592d --- /dev/null +++ b/themes/vapor/layouts/shortcodes/hidvid.html @@ -0,0 +1,10 @@ +
+ Click to reveal video. + +
diff --git a/themes/vapor/layouts/shortcodes/img.html b/themes/vapor/layouts/shortcodes/img.html new file mode 100644 index 0000000..ff7959b --- /dev/null +++ b/themes/vapor/layouts/shortcodes/img.html @@ -0,0 +1,20 @@ + +
+ {{- with .Get "link"}}{{ end -}} + {{.}} + {{- if .Get "link"}}{{ end -}} + {{- with .Get "caption" -}} +
+ {{- . -}} +
+ {{- end -}} +
diff --git a/themes/vapor/layouts/shortcodes/tagcloud.html b/themes/vapor/layouts/shortcodes/tagcloud.html new file mode 100644 index 0000000..0cf0118 --- /dev/null +++ b/themes/vapor/layouts/shortcodes/tagcloud.html @@ -0,0 +1,3 @@ +{{ if isset .Site.Taxonomies "tags" }}{{ if not (eq (len .Site.Taxonomies.tags) 0) }} {{ end }}{{ end }} diff --git a/themes/vapor/layouts/shortcodes/vid.html b/themes/vapor/layouts/shortcodes/vid.html new file mode 100644 index 0000000..4c612fe --- /dev/null +++ b/themes/vapor/layouts/shortcodes/vid.html @@ -0,0 +1,6 @@ + -- cgit v1.2.3