diff options
author | Ben Burwell <ben@benburwell.com> | 2015-08-11 23:43:15 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-08-11 23:43:15 -0400 |
commit | 8117756ee7e012089f72345650efbc5847973d58 (patch) | |
tree | 6bb8f4d8d524a51d56e14893527ebf74120aa545 /_layouts | |
parent | d5560f3dd006cbb21c2ce2da9bbbe723b7fc2a2d (diff) |
Fix BOM in FontAwesome
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/master.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_layouts/master.html b/_layouts/master.html index 46e629c..4934356 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -7,6 +7,10 @@ {% capture tiny %}{% include tiny.scss %}{% endcapture %} {{ tiny | scssify }} </style> + <style type="text/css"> + {% capture fontawesome %}{% include fontawesome.scss %}{% endcapture %} + {{ fontawesome | scssify }} + </style> <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"> <link rel="shortcut icon" href="/assets/images/icons/favicon.ico" sizes="128x128"> <link rel="apple-touch-icon" href="/assets/images/icons/apple/apple-touch-icon-57x57.png" sizes="57x57"> |