Skip to content

Commit 1e6a478

Browse files
committed
fix tags
1 parent ce955b4 commit 1e6a478

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

templates/_footer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<script src="https://ajax.googleapis.com/ajax/libs/jquery/{{config.JQUERY_VERSION}}/jquery.min.js"></script>
3-
<r-js plugins.js>
4-
<r-js main.js>
3+
<r-js plugins.js/>
4+
<r-js main.js/>
55
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
66
<script>
77
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=

templates/_head.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<link rel="apple-touch-icon" href="apple-touch-icon.png">
1111
<!-- Place favicon.ico in the root directory -->
1212

13-
<r-css normalize.css>
14-
<r-css main.css>
15-
<r-js vendor/modernizr-2.8.3.min.js>
13+
<r-css normalize.css/>
14+
<r-css main.css/>
15+
<r-js vendor/modernizr-2.8.3.min.js/>
1616
</head>
1717
<body>
1818
<!--[if lt IE 8]>

templates/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<r-include _head.html>
1+
<r-include _head.html/>
22
<!-- Add your site or application content here -->
33
<p>Hello world! This is HTML5 Boilerplate.</p>
44

5-
<r-include _footer.html>
6-
<r-data config.json>
5+
<r-include _footer.html/>
6+
<r-data config.json/>

0 commit comments

Comments
 (0)