From c61ef03ab19fe032dbb86a2875b9e44a86c15ad7 Mon Sep 17 00:00:00 2001 From: Edwin Lyon Date: Wed, 23 Feb 2022 19:02:35 -0800 Subject: [PATCH] Upload files to 'layouts/shortcodes' --- layouts/shortcodes/changelog.html | 6 ++++++ layouts/shortcodes/collapse.html | 15 +++++++++++++++ layouts/shortcodes/section-1.html | 14 ++++++++++++++ layouts/shortcodes/section-2.html | 15 +++++++++++++++ 4 files changed, 50 insertions(+) create mode 100644 layouts/shortcodes/changelog.html create mode 100644 layouts/shortcodes/collapse.html create mode 100644 layouts/shortcodes/section-1.html create mode 100644 layouts/shortcodes/section-2.html diff --git a/layouts/shortcodes/changelog.html b/layouts/shortcodes/changelog.html new file mode 100644 index 0000000..3f8a921 --- /dev/null +++ b/layouts/shortcodes/changelog.html @@ -0,0 +1,6 @@ +{{ $_hugo_config := `{ "version": 1 }` }} + +
+ {{ .Get 0}} + {{ .Inner | markdownify }} +
\ No newline at end of file diff --git a/layouts/shortcodes/collapse.html b/layouts/shortcodes/collapse.html new file mode 100644 index 0000000..6f22991 --- /dev/null +++ b/layouts/shortcodes/collapse.html @@ -0,0 +1,15 @@ +{{ $_hugo_config := `{ "version": 1 }` }} + +
+
+ +
+ +
+
+
{{ .Inner | markdownify }}
+
+
+
\ No newline at end of file diff --git a/layouts/shortcodes/section-1.html b/layouts/shortcodes/section-1.html new file mode 100644 index 0000000..b7d37b8 --- /dev/null +++ b/layouts/shortcodes/section-1.html @@ -0,0 +1,14 @@ +{{ $_hugo_config := `{ "version": 1 }` }} + +
+
+
+
+ +
+
+
{{.Inner | markdownify}}
+
+
+
+
\ No newline at end of file diff --git a/layouts/shortcodes/section-2.html b/layouts/shortcodes/section-2.html new file mode 100644 index 0000000..4d0c5aa --- /dev/null +++ b/layouts/shortcodes/section-2.html @@ -0,0 +1,15 @@ +{{ $_hugo_config := `{ "version": 1 }` }} + +
+
+
+
+
{{.Inner | markdownify}}
+
+
+ +
+
+
+