Remove remainders of browser-upgrade.html
This commit is contained in:
parent
6f1cbfb3be
commit
4c38bab95b
@ -49,7 +49,6 @@ How Minimal Mistakes is organized and what the various files are. All posts, lay
|
|||||||
minimal-mistakes/
|
minimal-mistakes/
|
||||||
├── _includes/
|
├── _includes/
|
||||||
| ├── author-bio.html # bio stuff layout. pulls optional owner data from _config.yml
|
| ├── 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
|
| ├── disqus-comments # Disqus comments script
|
||||||
| ├── footer # site footer
|
| ├── footer # site footer
|
||||||
| ├── head # site head
|
| ├── head # site head
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}">
|
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}">
|
||||||
{% include_cached skip-links.html %}
|
{% include_cached skip-links.html %}
|
||||||
{% include browser-upgrade.html %}
|
|
||||||
{% include masthead.html %}
|
{% include masthead.html %}
|
||||||
|
|
||||||
<div class="initial-content">
|
<div class="initial-content">
|
||||||
|
Loading…
Reference in New Issue
Block a user