We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary: pulling two version of FA via two separate methods, may redux complexity/page loads by pulling current FA via one method.
v5.0.9 - as JS in scripts.html
chandlerlester.github.io/_includes/scripts.html
Line 12 in 226fda8
v5.7.1 - as CSS in head/custom.html
chandlerlester.github.io/_includes/head/custom.html
Line 3 in 226fda8
Current method: minimal-mistakes pulls fontawesome via css in _includes/head.html. They're using jsdelivr, but you could substitute fontawesome as the source here. PR Discussion https://github.com/mmistakes/minimal-mistakes/blob/d6444412c63aea5e47241ef536509fb1bfef4830/_includes/head.html#L16
Example: Font Awesome updated with a /latest/ reference to save on version specific flags.
<link rel="stylesheet" href="https://kit-free.fontawesome.com/releases/latest/css/free.min.css"> <!-- or --> <script type="text/javascript" href="https://kit-free.fontawesome.com/releases/latest/js/free.min.js">
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary: pulling two version of FA via two separate methods, may redux complexity/page loads by pulling current FA via one method.
v5.0.9 - as JS in scripts.html
chandlerlester.github.io/_includes/scripts.html
Line 12 in 226fda8
v5.7.1 - as CSS in head/custom.html
chandlerlester.github.io/_includes/head/custom.html
Line 3 in 226fda8
(and semi-related there's a weird bug with your custom head snippets, they are being duplicated in footer as well)
Current method: minimal-mistakes pulls fontawesome via css in _includes/head.html. They're using jsdelivr, but you could substitute fontawesome as the source here. PR Discussion
https://github.com/mmistakes/minimal-mistakes/blob/d6444412c63aea5e47241ef536509fb1bfef4830/_includes/head.html#L16
Example: Font Awesome updated with a /latest/ reference to save on version specific flags.
The text was updated successfully, but these errors were encountered: