diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html index 0fe6aa8..428e954 100755 --- a/layouts/partials/site-footer.html +++ b/layouts/partials/site-footer.html @@ -1,8 +1,17 @@ + + + + \ No newline at end of file diff --git a/layouts/shortcodes/form-pasword.html b/layouts/shortcodes/form-pasword.html new file mode 100644 index 0000000..2c0fc4f --- /dev/null +++ b/layouts/shortcodes/form-pasword.html @@ -0,0 +1,11 @@ +{{ $.Scratch.Add "labelClasses" "f6 b db mb1 mt3 sans-serif mid-gray" }} +{{ $.Scratch.Add "inputClasses" "w-100 f5 pv3 ph3 bg-light-gray bn" }} + +
\ No newline at end of file