diff --git a/.dependencies b/.dependencies index 3dcef49..7ef4685 100644 --- a/.dependencies +++ b/.dependencies @@ -2,47 +2,47 @@ git: error: url: https://github.com/getgrav/grav-plugin-error path: user/plugins/error - branch: develop + branch: master problems: url: https://github.com/getgrav/grav-plugin-problems path: user/plugins/problems - branch: develop + branch: master simplesearch: url: https://github.com/getgrav/grav-plugin-simplesearch path: user/plugins/simplesearch - branch: develop + branch: master feed: url: https://github.com/getgrav/grav-plugin-feed path: user/plugins/feed - branch: develop + branch: master relatedpages: url: https://github.com/getgrav/grav-plugin-relatedpages path: user/plugins/relatedpages - branch: develop + branch: master simple_form: url: https://github.com/nunopress/grav-plugin-simple_form path: user/plugins/simple_form - branch: develop + branch: master jscomments: url: https://github.com/nunopress/grav-plugin-jscomments path: user/plugins/jscomments - branch: develop + branch: master breadcrumbs: url: https://github.com/getgrav/grav-plugin-breadcrumbs path: user/plugins/breadcrumbs - branch: develop + branch: master taxonomylist: url: https://github.com/getgrav/grav-plugin-taxonomylist path: user/plugins/taxonomylist - branch: develop + branch: master archives: url: https://github.com/getgrav/grav-plugin-archives path: user/plugins/archives - branch: develop + branch: master deliver: url: https://github.com/getgrav/grav-theme-deliver path: user/themes/deliver - branch: develop + branch: master links: error: src: grav-plugin-error diff --git a/CHANGELOG.md b/CHANGELOG.md index bccca3b..36c0a32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.0.3 +## 09/18/2015 + +1. [](#new) + * Landing page for SimpleForm + # v1.0.2 ## 05/09/2015 diff --git a/blueprints.yaml b/blueprints.yaml index b53b306..7765aae 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Deliver Site -version: 1.0.2 +version: 1.0.3 description: "Deliver theme is a port of the Michael Reimer's Deliver Free PSD theme." icon: newspaper-o author: diff --git a/config/system.yaml b/config/system.yaml index 9707d84..00391aa 100644 --- a/config/system.yaml +++ b/config/system.yaml @@ -3,10 +3,11 @@ home: pages: theme: deliver - markdown_extra: false process: markdown: true twig: false + markdown: + extra: false cache: enabled: false diff --git a/pages/07.contact/_main/contact.md b/pages/07.contact/_main/contact.md index 7bd8f4a..d4387de 100755 --- a/pages/07.contact/_main/contact.md +++ b/pages/07.contact/_main/contact.md @@ -6,6 +6,8 @@ process: twig: true simple_form: token: "token-by-simpleform" + template_file: "default" + redirect_to: /thankyou --- #### Our Location diff --git a/pages/thankyou/default.md b/pages/thankyou/default.md new file mode 100644 index 0000000..49206c4 --- /dev/null +++ b/pages/thankyou/default.md @@ -0,0 +1,5 @@ +--- +title: Thank you ! +body_classes: "modular header-lite fullwidth error" +--- +#Your email was sent. Thank you ! \ No newline at end of file