Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Dec 18, 2015
2 parents d3e313a + 1104032 commit be3aa17
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion pages/01.home/_about/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ address:
- line: 1600 Amphitheatre Parkway
- line: Mountain View, CA 94043 US
- line: (123)456-7890
- line: [email protected]
email:
- address: [email protected]
buttons:
- url: "#"
icon: download
Expand Down
2 changes: 1 addition & 1 deletion pages/01.home/modular.md
Original file line number Diff line number Diff line change
Expand Up @@ -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' %}"
Expand Down

0 comments on commit be3aa17

Please sign in to comment.