File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html >
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < meta http-equiv ="X-UA-Compatible " content ="chrome=1 ">
6
+ < title > {{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</ title >
7
+ < link rel ="stylesheet " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} ">
8
+ < script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js "> </ script >
9
+ < script src ="{{ '/assets/js/respond.js' | relative_url }} "> </ script >
10
+ <!--[if lt IE 9]>
11
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
12
+ <![endif]-->
13
+ <!--[if lt IE 8]>
14
+ <link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
15
+ <![endif]-->
16
+ < meta name ="viewport " content ="width=device-width, initial-scale=1, user-scalable=no ">
17
+
18
+ </ head >
19
+ < body >
20
+ < div class ="wrapper ">
21
+
22
+ < section >
23
+ < div id ="title ">
24
+ < h1 > {{ site.title | default: site.github.repository_name }}</ h1 >
25
+ < p > {{ site.description | default: site.github.project_tagline }}</ p >
26
+ < hr >
27
+ < span class ="credits left "> Project maintained by < a href ="{{ site.github.owner_url }} "> {{ site.github.owner_name }}</ a > </ span >
28
+ </ div >
29
+
30
+ {{ content }}
31
+
32
+ </ section >
33
+
34
+ </ div >
35
+
36
+ {% if site.google_analytics %}
37
+ < script type ="text/javascript ">
38
+ var gaJsHost = ( ( "https:" == document . location . protocol ) ? "https://ssl." : "http://www." ) ;
39
+ document . write ( unescape ( "%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E" ) ) ;
40
+ </ script >
41
+ < script type ="text/javascript ">
42
+ try {
43
+ var pageTracker = _gat . _getTracker ( "{{ site.google_analytics }}" ) ;
44
+ pageTracker . _trackPageview ( ) ;
45
+ } catch ( err ) { }
46
+ </ script >
47
+ {% endif %}
48
+ </ body >
49
+ </ html >
You can’t perform that action at this time.
0 commit comments