thinkshout / feeding-texas

Home of the Feeding Texas website. Development by ThinkShout.
feedingtexas.org
5 stars 12 forks source link

Get involved index "page" layout not producing desired body text #131

Closed jcdwyer1 closed 10 years ago

jcdwyer1 commented 10 years ago

http://feedingtexas.org.s3-website-us-east-1.amazonaws.com/get-involved/

Do directory index.html files only recognize the landing layout? This directory has no child pages, so I gave the index a "page" layout, as the landing layout does not seem to allow body paragraph breaks.

I want the body text to look like this: http://feedingtexas.org.s3-website-us-east-1.amazonaws.com/work/feeding-our-neighbors.html

alexellison commented 10 years ago

The issue here was the index.html file was not being treated as a markdown file and thus the contents of the body were not being marked up. Updating the file to be index.md solved the issue.

I also updated a reference in the file from an absolute link to a relative link; namely: updated feedingtexas.org.s3-website-us-east-1.amazonaws.com/news/sign-up.html to /news/sign-up.html

When creating links, use relative paths whenever possible because I don't think we're going to redirect feedingtexas.org.s3-website-us-east-1.amazonaws.com to feedingtexas.org, which would have broken this link.

jcdwyer1 commented 10 years ago

Got it, my bad.