Adds social media meta tags and new param for featured images
This commit is contained in:
parent
830ad5392b
commit
cde5d340bd
3 changed files with 21 additions and 3 deletions
|
@ -129,6 +129,14 @@ These posts are rendered slightly different with an → to signify that it is re
|
|||
|
||||

|
||||
|
||||
#### Specifying a featured image for social media
|
||||
|
||||
Sometimes you want to feature an image as your featured image that will display when linking your post in social media. This can be done by including the `feature` parameter on your individual post. Note you don't need to put the URL, just the path to the image without a leading `/`
|
||||
|
||||
```
|
||||
feature: "assets/posts/20240219/image.jpg"
|
||||
```
|
||||
|
||||
### Variables
|
||||
|
||||
| Variable | What value? | Required |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue