Clean up page template
This commit is contained in:
parent
20a397f81d
commit
28fc731c5c
|
@ -7,23 +7,11 @@
|
||||||
<meta name="author" content="MaxMind, Inc.">
|
<meta name="author" content="MaxMind, Inc.">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link href="//www.maxmind.com/css/maxmind.css" rel="stylesheet">
|
<link href="//www.maxmind.com/css/maxmind.css" rel="stylesheet">
|
||||||
<link href="//dev.maxmind.com/css/dev.maxmind.com.css" rel="stylesheet">
|
<link rel="stylesheet" href="stylesheets/pygments.css"/>
|
||||||
<link rel="stylesheet" href="stylesheets/pygment_trac.css"/>
|
|
||||||
<link rel="shortcut icon" href="//dev.maxmind.com/static/favicon.ico">
|
<link rel="shortcut icon" href="//dev.maxmind.com/static/favicon.ico">
|
||||||
<script type="text/javascript">
|
|
||||||
|
|
||||||
var _gaq = _gaq || [];
|
|
||||||
_gaq.push(['_setAccount', 'UA-171943-3']);
|
|
||||||
_gaq.push(['_trackPageview']);
|
|
||||||
|
|
||||||
(function() {
|
<title>{{ page.title }}</title>
|
||||||
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>
|
|
||||||
<title>{{ page.title }}</title>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
@ -53,7 +41,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user