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:
Chuck Williams 2017-02-02 22:49:14 -07:00
parent 90db58113a
commit 2252470ba9
18 changed files with 717 additions and 707 deletions

View file

@ -25,9 +25,9 @@ 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
```
... will look for `"MyImage.jpg"` in the `/{language}/assets/img/blog` folder.
... will look for `"MyImage.jpg"` in the `/assets/img/blog` folder.