From f1f34ee65429b784a2a989e5d0445bfee123f0c9 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 13 Apr 2016 11:29:09 -0400 Subject: [PATCH] Update table --- _docs/09-layouts.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/_docs/09-layouts.md b/_docs/09-layouts.md index f23faad..85d93d0 100644 --- a/_docs/09-layouts.md +++ b/_docs/09-layouts.md @@ -219,12 +219,12 @@ header: To overlay text on top of a header image you have a few more options: -| Front Matter variable | Description | -| --------------------- | ----------- | -| `overlay_image` | Header image you'd like to overlay. Same rules as `header.image` from above. | -| `excerpt` | Auto-generated page excerpt is added to the overlay text or can be overridden. | -| `cta_label` | Call to action button text label (default is `more_label` in UI Text data file). | -| `cta_url` | Call to action button URL. | +| Name | Description | Default | +| ---- | ----------- | ------- | +| **overlay_image** | Header image you'd like to overlay. Same rules as `header.image` from above. | | +| **excerpt** | Auto-generated page excerpt is added to the overlay text or can be overridden. | | +| **cta_label** | Call to action button text label. | `more_label` in UI Text data file | +| **cta_url** | Call to action button URL. | | With this YAML Front Matter: @@ -282,12 +282,12 @@ defaults: Blocks of content can be added by using the following under `sidebar`: -| Front Matter variable | Description | -| --------------------- | ----------- | -| `title` | Title or heading. | -| `image` | Image path placed in `/images/` folder or an external URL. | -| `image_alt` | Alternate description for image. | -| `text` | Markdown supported text. | +| Name | Description | +| ---- | ----------- | +| **title** | Title or heading. | +| **image** | Image path placed in `/images/` folder or an external URL. | +| **image_alt** | Alternate description for image. | +| **text** | Text. Markdown is allowed. | Multiple blocks can also be added by following the example below: -- 2.43.0