diff --git a/CHANGELOG.md b/CHANGELOG.md index bca5591..988fb5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v1.1.0 +## 12/18/2015 + +1. [](#bugfix) + * Fixed `modular.md` page email reference + * Separated email in `about.md` + # v1.0.0 ## 10/26/2015 diff --git a/blueprints.yaml b/blueprints.yaml index f3ea51c..22b01ea 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Ceevee Site -version: 1.0.0 +version: 1.1.0 description: "Ceevee is a clean, modern, fully responsive site template for your resume and portfolio." icon: group author: diff --git a/pages/01.home/_about/about.md b/pages/01.home/_about/about.md index 6a03649..f5b5c8a 100644 --- a/pages/01.home/_about/about.md +++ b/pages/01.home/_about/about.md @@ -6,7 +6,8 @@ address: - line: 1600 Amphitheatre Parkway - line: Mountain View, CA 94043 US - line: (123)456-7890 - - line: anyone@website.com +email: + - address: anyone@website.com buttons: - url: "#" icon: download diff --git a/pages/01.home/modular.md b/pages/01.home/modular.md index e5db304..e104a52 100755 --- a/pages/01.home/modular.md +++ b/pages/01.home/modular.md @@ -39,7 +39,7 @@ form: - email: from: "{{ config.plugins.email.from }}" to: - - "{{ config.plugins.email.from }}" + - "{{ config.plugins.email.to }}" - "{{ form.value.email }}" subject: "[Feedback] {{ form.value.name|e }}" body: "{% include 'forms/data.html.twig' %}"