Remove extraneous header information
This commit is contained in:
parent
0a1e4c5200
commit
9271ee2cc2
@ -5,18 +5,3 @@
|
|||||||
<link href="https://fonts.googleapis.com/css?family=Inconsolata:300,400,500" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Inconsolata:300,400,500" rel="stylesheet">
|
||||||
<link href="/styles/styles.css" type="text/css" rel="stylesheet" />
|
<link href="/styles/styles.css" type="text/css" rel="stylesheet" />
|
||||||
<link href="/favicon.ico" rel="shortcut icon" />
|
<link href="/favicon.ico" rel="shortcut icon" />
|
||||||
<link rel="alternate" href="/feed" title="9iron RSS Feed" type="application/rss+xml" />
|
|
||||||
<!-- No FOUC -->
|
|
||||||
<style type="text/css">
|
|
||||||
.no-fouc {display: none;}
|
|
||||||
</style>
|
|
||||||
<script type="text/javascript">
|
|
||||||
document.documentElement.classname = 'no-fouc';
|
|
||||||
window.addEventListener("load", function(event) {
|
|
||||||
// No flash of unstyled content
|
|
||||||
nf = document.getElementsByClassName('no-fouc');
|
|
||||||
for (i = 0, len = nf.length; i < len; i++) {
|
|
||||||
nf[i].removeClass('no-fouc');
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user