mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Lots of cleanup:
-- resolves image paths for blog posts - all language specific posts will use common /assets/img/blog path. language specific images can be specified in the front-matter if necessary. -- adds language for "platform not detected" message -- removes redundant "What is Dash" from header navigation
This commit is contained in:
parent
90db58113a
commit
2252470ba9
18 changed files with 717 additions and 707 deletions
|
@ -108,7 +108,7 @@ 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 paths for blogs are currently relative to /assets/img/blog by default. If we replaced the image path from the front matter above with:
|
||||
```
|
||||
image: MyImage.jpg
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue