Skip to content

Commit 8b71043

Browse files
committed
Removed HTML5 Boilerplate's comments.
1 parent ee0f3d9 commit 8b71043

File tree

1 file changed

+10
-36
lines changed

1 file changed

+10
-36
lines changed

_layouts/default.html

Lines changed: 10 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,17 @@
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
77
<head>
88
<meta charset="utf-8">
9-
10-
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
11-
More info: h5bp.com/b/378 -->
129
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
1310

1411
<title>.::PullRequest.org::. {{ page.title }}</title>
1512
<meta name="description" content="">
1613
<meta name="author" content="">
1714

18-
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
19-
<meta name="viewport" content="width=device-width,initial-scale=1">
15+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2016

21-
<!-- CSS: implied media=all -->
22-
<!-- CSS concatenated and minified via ant build script-->
2317
<link rel="stylesheet" href="/public/css/style.css">
2418
<link rel="stylesheet" href="/public/css/syntax.css">
25-
<!-- end CSS-->
26-
27-
<!-- More ideas for your <head> here: h5bp.com/d/head-Tips -->
2819

29-
<!-- All JavaScript at the bottom, except for Modernizr / Respond.
30-
Modernizr enables HTML5 elements & feature detects; Respond is a polyfill for min/max-width CSS3 Media Queries
31-
For optimal performance, use a custom Modernizr build: www.modernizr.com/download/ -->
3220
<script src="/public/js/libs/modernizr.custom.47336.js"></script>
3321
</head>
3422

@@ -38,13 +26,13 @@
3826
<header class="header">
3927
<h1><a href="/"><img src="/public/img/pullrequest-logo.png" alt="Pull Request"/></a></h1>
4028
</header>
41-
29+
4230
<div id="main" role="main">
4331
<div id="sticky-wrapper">
4432
<section id="main-content">
4533
{{ content }}
4634
</section>
47-
35+
4836
<aside>
4937
<!--
5038
<section class="about">
@@ -59,8 +47,8 @@ <h1>A propos</h1>
5947
<section class="follow">
6048
<h1>Suivez nous!</h1>
6149
<ul>
62-
<li><a href="http://twitter.com/pullrequest">Sur Twitter</a></li>
63-
<li><a rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/pullrequest/blog-posts">Via RSS</a></li>
50+
<li><a href="http://twitter.com/pullrequest">Sur Twitter</a></li>
51+
<li><a rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/pullrequest/blog-posts">Via RSS</a></li>
6452
</ul>
6553
</section>
6654
<section id="participate">
@@ -86,47 +74,33 @@ <h1>OpenSource</h1>
8674
<a href="https://bitbucket.org/feugy/myth">Myth</a>
8775
</section>
8876
</aside>
89-
77+
9078
</div>
9179
</div>
92-
93-
94-
80+
9581
<footer>
9682
<small id="legal">&copy; 2011 pullrequest.org</small>
9783
<small id="poweredby">Propuls&eacute; par <a href="https://github.com/mojombo/jekyll">Jekyll</a></small>
9884
</footer>
9985
</div>
10086

10187

102-
<!-- JavaScript at the bottom for fast page loading -->
103-
104-
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
10588
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
10689
<script>window.jQuery || document.write('<script src="/public/js/libs/jquery-1.6.2.min.js"><\/script>')</script>
10790

108-
109-
<!-- scripts concatenated and minified via ant build script-->
11091
<script defer src="/public/js/tags.js"></script>
111-
<!-- end scripts-->
11292

113-
114-
<!-- mathiasbynens.be/notes/async-analytics-snippet Change UA-XXXXX-X to be your site's ID -->
11593
<script>
116-
var _gaq=[["_setAccount","UA-22833612-1"],["_trackPageview"], ['_trackPageLoadTime']];
117-
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
94+
var _gaq=[["_setAccount","UA-22833612-1"],["_trackPageview"]];
95+
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
11896
g.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js";
11997
s.parentNode.insertBefore(g,s)}(document,"script"));
12098
</script>
121-
12299

123-
124-
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to support IE 6.
125-
chromium.org/developers/how-tos/chrome-frame-getting-started -->
126100
<!--[if lt IE 7 ]>
127101
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
128102
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
129103
<![endif]-->
130-
104+
131105
</body>
132106
</html>

0 commit comments

Comments
 (0)