Skip to content

Commit 369b18e

Browse files
committed
Changed body to description
1 parent a4d8c9d commit 369b18e

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.forestry/front_matter/templates/partial-columns.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ fields:
1919
config:
2020
required: true
2121
- type: textarea
22-
label: Body
23-
name: body
22+
label: Description
23+
name: description
2424
description: The content to display
2525
config:
2626
wysiwyg: true

_includes/sections/columns.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<div class="{{ col_class }}">
2222
<h2>{{item.title}}</h2>
23-
{{ item.body | markdownify }}
23+
{{ item.description | markdownify }}
2424
</div>
2525
{% endfor %}
2626
</div>

_work/first-work.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ subtitle: First Subtitle
55
profiles:
66
- url: https://www.example.com
77
title: Website
8-
body: ''
98
categories:
109
- Design
1110
images:

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ sections:
5151
- template: partial-columns
5252
columns:
5353
- title: About
54-
body: I am a self-taught, multi-stack developer, with a focus on iOS development.
54+
description: I am a self-taught, multi-stack developer, with a focus on iOS development.
5555
I've worked with a variety of companies and projects. Recently, I've accepted
5656
a job at Facebook as an iOS Developer.
5757
width: ''
5858
- title: Contact
59-
body: '[cody@codywinton.com](mailto:cody@codywinton.com "Contact Me")'
59+
description: '[cody@codywinton.com](mailto:cody@codywinton.com "Contact Me")'
6060
width: '4'
6161
column_count: '2'
6262
id: about

0 commit comments

Comments
 (0)