Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove html5shiv #315

Merged
merged 1 commit into from
Aug 11, 2019
Merged

remove html5shiv #315

merged 1 commit into from
Aug 11, 2019

Commits on Aug 1, 2019

  1. remove

    `<script src="{{"js/html5shiv-printshiv.min.js" | relURL}}{{ if not .Site.Params.disableAssetsBusting }}?{{ now.Unix }}{{ end }}"></script>`
    This was only ever needed for IE8 (which is not supported with this theme since it uses a newer version of jQuery). Furthermore it should be loaded in the head anyway. IE9 supports HTML5 tags and does not need this polyfill at all.
    coliff authored Aug 1, 2019
    Configuration menu
    Copy the full SHA
    c7c2de3 View commit details
    Browse the repository at this point in the history