From d3d01f0a234af631d8a805b381b205823a73538b Mon Sep 17 00:00:00 2001 From: Ben Lee Date: Fri, 20 Nov 2015 19:57:06 -0700 Subject: [PATCH 1/3] Separate email to include |safe_email filter Separating the email address to it's own variable allows for the use of the twig filter "|safe_email" to be used in the template --- pages/01.home/_about/about.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From 73624346cc1b1978f66732153b8f6330e2b6a2fb Mon Sep 17 00:00:00 2001 From: makruiten Date: Tue, 15 Dec 2015 14:16:14 +0100 Subject: [PATCH 2/3] Update modular.md Use email 'to' field instead of 'from' field to send the email to. --- pages/01.home/modular.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' %}" From 110403269948a7e5fde1984e6369ba538ca77a55 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 18 Dec 2015 16:18:23 -0700 Subject: [PATCH 3/3] version update --- CHANGELOG.md | 7 +++++++ blueprints.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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: