-- 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
* Remove style-guide from i18n builds
* Remove uncategorized from CN blog posts.
* Team images and alt attributes.
* Fixing language linkage
* Ignore missing or empty alt tags
* ignore sass-cache
* fix gitignore for sass-cache
* fix gitignore for sass-cache
* Only show language dropdown if the page is not a post (blog)
* New url with site.lang included.
* Removed the site.baseurl var from the posts.
- Split the navigation out to separate files.
- Set the navigation items to i18n strings.
- Updated the overlay css to accommodate the number of nav items.