-- 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
* homepage links
* Link logo to What is Dash page.
* Plugin to generate sitemap.xml
* Link to sitemap plugin github repo.
* Footer links
Still need to create pages for:
* terms-of-use/
* contact/
* Get Dash and Participate links
* New link keys for language yml files.
* Missing Contact and Terms of Use pages (placeholders)
* 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.