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}}
+
+
+ +
+
+
+