hacks-guide-minimal-mistake.../test/_posts/2010-08-05-post-header-overlay-image-og-override.md
Michael Rose 68df0b6b63 Add header actions array support for multiple call to action links
```
header:
  overlay_image: /assets/images/unsplash-image-1.jpg
  og_image: /assets/images/page-header-og-image.png
  caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
  actions:
    - label: "Learn More"
      url: "https://unsplash.com"
```

Fixes #1461
2018-09-10 11:04:06 -04:00

753 B

title header categories tags last_modified_at
Post: Overlay Image with OpenGraph Override
overlay_image og_image caption actions
/assets/images/unsplash-image-1.jpg /assets/images/page-header-og-image.png Photo credit: [**Unsplash**](https://unsplash.com)
label url
Learn More https://unsplash.com
Layout
Uncategorized
edge case
image
layout
2017-10-26T15:12:19-04:00

This post has a header image with an OpenGraph override.

header:
  overlay_image: /assets/images/unsplash-image-1.jpg
  og_image: /assets/images/page-header-og-image.png
  caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
  actions:
    - label: "Learn More"
      url: "https://unsplash.com"