Skip to content

Commit

Permalink
Changed body to description
Browse files Browse the repository at this point in the history
  • Loading branch information
codytwinton committed May 22, 2018
1 parent a4d8c9d commit 369b18e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .forestry/front_matter/templates/partial-columns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ fields:
config:
required: true
- type: textarea
label: Body
name: body
label: Description
name: description
description: The content to display
config:
wysiwyg: true
Expand Down
2 changes: 1 addition & 1 deletion _includes/sections/columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<div class="{{ col_class }}">
<h2>{{item.title}}</h2>
{{ item.body | markdownify }}
{{ item.description | markdownify }}
</div>
{% endfor %}
</div>
1 change: 0 additions & 1 deletion _work/first-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ subtitle: First Subtitle
profiles:
- url: https://www.example.com
title: Website
body: ''
categories:
- Design
images:
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ sections:
- template: partial-columns
columns:
- title: About
body: I am a self-taught, multi-stack developer, with a focus on iOS development.
description: I am a self-taught, multi-stack developer, with a focus on iOS development.
I've worked with a variety of companies and projects. Recently, I've accepted
a job at Facebook as an iOS Developer.
width: ''
- title: Contact
body: '[[email protected]](mailto:[email protected] "Contact Me")'
description: '[[email protected]](mailto:[email protected] "Contact Me")'
width: '4'
column_count: '2'
id: about
Expand Down

0 comments on commit 369b18e

Please sign in to comment.