Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Block rendering before JS loaded :D
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Nov 26, 2013
1 parent a33d956 commit 99c825c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="generator" content="jekyll">
{% webfonts Open+Sans+Condensed:300:latin,cyrillic Open+Sans::latin %}
{% stylesheet app %}
{% javascript app %}
</head>
<body class="light">
<header id="header">
Expand Down Expand Up @@ -44,7 +45,5 @@ <h1><a href="/"><span>personal scratchpad</span></a></h1>
~
copyright &copy; 2010 Aleksey V Zapparov AKA ixti
</footer>

<script async src="{% asset_path app.js %}"></script>
</body>
</html>

0 comments on commit 99c825c

Please sign in to comment.