1
0
Fork 0
forked from wezm/wezm.net
wezm.net/layouts/_head.html

27 lines
1.6 KiB
HTML
Raw Normal View History

2010-01-30 06:02:25 +00:00
<meta charset="utf-8" />
2010-06-30 02:41:11 +00:00
<meta name="viewport" content="width=device-width" />
2010-07-23 03:21:05 +00:00
<title><%=h [@item[:title], 'WezM.net'].compact.join(' - ') %></title>
2010-06-16 10:57:13 +00:00
<!--[if lt IE 9]>
<script src="/js/html5.js"></script>
<![endif]-->
2010-01-30 06:02:25 +00:00
<link rel="stylesheet" href="/css/reset.css" type="text/css" media="screen,projection" />
2010-06-16 10:19:03 +00:00
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen,projection" />
2010-06-30 02:41:11 +00:00
<link rel="stylesheet" href="/css/mobile.css" type="text/css" media="only screen and (max-device-width: 480px)" />
2010-04-01 07:24:05 +00:00
<link rel="alternate" href="http://feeds.feedburner.com/wezm" type="application/atom+xml" title="WezM.net - All Articles" />
<link rel="alternate" href="http://feeds.feedburner.com/wezm-technical" type="application/atom+xml" title="WezM.net - Technical Articles" />
<link rel="alternate" href="http://feeds.feedburner.com/wezm-personal" type="application/atom+xml" title="WezM.net - Personal Articles" />
<script src="/js/jquery-1.4.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="/js/jquery.timers-1.1.2.js" type="text/javascript" charset="utf-8"></script>
<script src="/js/application.js" type="text/javascript" charset="utf-8"></script>
2010-07-09 03:41:39 +00:00
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-199609-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>