-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheader.html
22 lines (19 loc) · 1.04 KB
/
header.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<title>{{page_title}}</title>
<link href="/images/favicon.ico" rel="shortcut icon" />
<link href="/stylesheets/style.css" media="screen, projection" rel="stylesheet" type="text/css" />
<script src="/scripts/jquery-1.2.6.min.js" type="text/javascript"></script>
<script src="/scripts/application.js" type="text/javascript"></script>
<link rel="alternate" type="application/rss+xml" title="Channel RSS Feed" href="{{channel.name}}/feed" />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-168866-5");
pageTracker._trackPageview();
</script>
</head>