From 0a55f700f995fca6cf4256ea831870a57a92797d Mon Sep 17 00:00:00 2001 From: Nelson/Roberto Date: Sun, 10 May 2020 12:42:54 +0000 Subject: Imported shortcodes from exsisting theme --- layouts/shortcodes/box.html | 3 ++ layouts/shortcodes/button-group.html | 3 ++ layouts/shortcodes/button.html | 1 + layouts/shortcodes/definition-group.html | 3 ++ layouts/shortcodes/definition.html | 4 +++ layouts/shortcodes/form.html | 53 ++++++++++++++++++++++++++++++++ layouts/shortcodes/image-text.html | 1 + layouts/shortcodes/image.html | 1 + layouts/shortcodes/subheader.html | 3 ++ 9 files changed, 72 insertions(+) create mode 100644 layouts/shortcodes/box.html create mode 100644 layouts/shortcodes/button-group.html create mode 100644 layouts/shortcodes/button.html create mode 100644 layouts/shortcodes/definition-group.html create mode 100644 layouts/shortcodes/definition.html create mode 100644 layouts/shortcodes/form.html create mode 100644 layouts/shortcodes/image-text.html create mode 100644 layouts/shortcodes/image.html create mode 100644 layouts/shortcodes/subheader.html diff --git a/layouts/shortcodes/box.html b/layouts/shortcodes/box.html new file mode 100644 index 0000000..151c13f --- /dev/null +++ b/layouts/shortcodes/box.html @@ -0,0 +1,3 @@ +
+ {{ .Inner }} +
\ No newline at end of file diff --git a/layouts/shortcodes/button-group.html b/layouts/shortcodes/button-group.html new file mode 100644 index 0000000..f388550 --- /dev/null +++ b/layouts/shortcodes/button-group.html @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/layouts/shortcodes/button.html b/layouts/shortcodes/button.html new file mode 100644 index 0000000..d231c40 --- /dev/null +++ b/layouts/shortcodes/button.html @@ -0,0 +1 @@ +
  • {{ .Get "title" }}
  • \ No newline at end of file diff --git a/layouts/shortcodes/definition-group.html b/layouts/shortcodes/definition-group.html new file mode 100644 index 0000000..70a28e3 --- /dev/null +++ b/layouts/shortcodes/definition-group.html @@ -0,0 +1,3 @@ +
    + {{ .Inner }} +
    \ No newline at end of file diff --git a/layouts/shortcodes/definition.html b/layouts/shortcodes/definition.html new file mode 100644 index 0000000..e53f26d --- /dev/null +++ b/layouts/shortcodes/definition.html @@ -0,0 +1,4 @@ +
    {{ .Get "title"}}
    +
    +

    {{ .Inner }}

    +
    \ No newline at end of file diff --git a/layouts/shortcodes/form.html b/layouts/shortcodes/form.html new file mode 100644 index 0000000..8fecf93 --- /dev/null +++ b/layouts/shortcodes/form.html @@ -0,0 +1,53 @@ +
    +
    +
    + +
    +
    + +
    + +
    + +
    + +
    + + +
    +
    + + +
    +
    + + +
    + +
    + + +
    +
    + + +
    + +
    + +
    + +
    +
      +
    • +
    • +
    +
    +
    +
    \ No newline at end of file diff --git a/layouts/shortcodes/image-text.html b/layouts/shortcodes/image-text.html new file mode 100644 index 0000000..09b275d --- /dev/null +++ b/layouts/shortcodes/image-text.html @@ -0,0 +1 @@ +

    {{ .Inner }}

    \ No newline at end of file diff --git a/layouts/shortcodes/image.html b/layouts/shortcodes/image.html new file mode 100644 index 0000000..dc2d774 --- /dev/null +++ b/layouts/shortcodes/image.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/layouts/shortcodes/subheader.html b/layouts/shortcodes/subheader.html new file mode 100644 index 0000000..84d50f7 --- /dev/null +++ b/layouts/shortcodes/subheader.html @@ -0,0 +1,3 @@ +
    + {{ .Inner | markdownify }} +
    \ No newline at end of file -- cgit v1.2.3