mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Documents existing image path functionality for blog posts.
-- updates wallet hero links
This commit is contained in:
parent
a9349dd78c
commit
ead15adb8a
5 changed files with 38 additions and 6 deletions
|
@ -106,3 +106,10 @@ image: /assets/images/2016/05/Node40-banner.jpg
|
|||
title: New website for Node40
|
||||
description: Check out the new website for Node40
|
||||
```
|
||||
|
||||
###Blog Post Images
|
||||
Image paths for blogs are currently relative to /{language}/assets/img/blog by default. If we replaced the image path from the front matter above with:
|
||||
```
|
||||
image: MyImage.jpg
|
||||
```
|
||||
... will look for `"MyImage.jpg"` in the `/assets/img/blog` folder.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue