22 lines
468 B
Markdown
22 lines
468 B
Markdown
|
---
|
||
|
title: "Post: Header Image with OpenGraph Override"
|
||
|
header:
|
||
|
image: /assets/images/page-header-image.png
|
||
|
og_image: /assets/images/page-header-og-image.png
|
||
|
categories:
|
||
|
- Layout
|
||
|
- Uncategorized
|
||
|
tags:
|
||
|
- edge case
|
||
|
- image
|
||
|
- layout
|
||
|
last_modified_at: 2017-10-26T15:12:19-04:00
|
||
|
---
|
||
|
|
||
|
This post has a header image with an OpenGraph override.
|
||
|
|
||
|
```yaml
|
||
|
header:
|
||
|
image: /assets/images/page-header-image.png
|
||
|
og_image: /assets/images/page-header-og-image.png
|
||
|
```
|