Skip to content

Commit 36be6d9

Browse files
committed
Update layouts to be more standardsy
1 parent fb6d1f4 commit 36be6d9

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

default.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
33
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -21,10 +21,7 @@
2121
<link rel="stylesheet" type="text/css" href="http://loopj.com/css/style.css" />
2222
<link rel="stylesheet" type="text/css" href="http://loopj.com/css/highlight.css" />
2323

24-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
25-
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
26-
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
27-
<script src="http://gitforked.com/api/1.1/button.js" type="text/javascript"></script>
24+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
2825

2926
<script type="text/javascript">
3027
$(document).ready(function() {
@@ -39,6 +36,8 @@
3936
});
4037
});
4138
</script>
39+
40+
{{ page.extra_head }}
4241
</head>
4342

4443
<body>
@@ -61,5 +60,9 @@ <h1><a href="/">James Smith • loopj.com</a></h1>
6160
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
6261
})();
6362
</script>
63+
64+
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1" type="text/javascript"></script>
65+
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
66+
<script src="http://gitforked.com/api/1.1/button.js" type="text/javascript"></script>
6467
</body>
6568
</html>

project.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ <h2>About the Author</h2>
5454
</p>
5555
<p class="social-grill">
5656
<a href="http://www.facebook.com/loopj/" target="_blank">
57-
<img src="/images/facebook_32.png" />
57+
<img src="/images/facebook_32.png" alt="facebook profile" />
5858
<span>Facebook Profile</span>
5959
</a>
6060

6161
<a href="http://twitter.com/loopj/" target="_blank">
62-
<img src="/images/twitter_32.png" />
62+
<img src="/images/twitter_32.png" alt="twitter follow" />
6363
<span>Follow me on Twitter</span>
6464
</a>
6565

6666
<a href="http://www.linkedin.com/in/loopj/" target="_blank">
67-
<img src="/images/linkedin_32.png" />
67+
<img src="/images/linkedin_32.png" alt="linkedin profile" />
6868
<span>LinkedIn Profile</span>
6969
</a>
7070
</p>

0 commit comments

Comments
 (0)