diff --git a/docs/_docs/20-docs-2-2.md b/docs/_docs/20-docs-2-2.md index be5638f1..bcaa01cf 100644 --- a/docs/_docs/20-docs-2-2.md +++ b/docs/_docs/20-docs-2-2.md @@ -49,7 +49,6 @@ How Minimal Mistakes is organized and what the various files are. All posts, lay minimal-mistakes/ ├── _includes/ | ├── author-bio.html # bio stuff layout. pulls optional owner data from _config.yml -| ├── browser-upgrade # prompt to install a modern browser for < IE9 | ├── disqus-comments # Disqus comments script | ├── footer # site footer | ├── head # site head @@ -297,4 +296,4 @@ To modify the site's JavaScript files I setup a Grunt build script to lint/conca npm install ``` -From the theme's root, use `grunt` concatenate JavaScript files, and optimize .jpg, .png, and .svg files in the `images/` folder. You can also use `grunt dev` in combination with `jekyll build --watch` to watch for updates JS files that Grunt will then automatically re-build as you write your code which will in turn auto-generate your Jekyll site when developing locally. \ No newline at end of file +From the theme's root, use `grunt` concatenate JavaScript files, and optimize .jpg, .png, and .svg files in the `images/` folder. You can also use `grunt dev` in combination with `jekyll build --watch` to watch for updates JS files that Grunt will then automatically re-build as you write your code which will in turn auto-generate your Jekyll site when developing locally. diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 26cca63e..0257dc0f 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -11,7 +11,6 @@ {% include_cached skip-links.html %} - {% include browser-upgrade.html %} {% include masthead.html %}