72 lines
2.6 KiB
HTML
72 lines
2.6 KiB
HTML
|
|
{%- extends "basic/layout.html" %}
|
||
|
|
{%- block extrahead %}
|
||
|
|
{{ super() }}
|
||
|
|
{% if theme_touch_icon %}
|
||
|
|
<link rel="apple-touch-icon" href="{{ pathto('_static/' ~ theme_touch_icon, 1) }}" />
|
||
|
|
{% endif %}
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
|
||
|
|
{% endblock %}
|
||
|
|
{%- block relbar2 %}{% endblock %}
|
||
|
|
{%- block footer %}
|
||
|
|
<div class="footer">
|
||
|
|
© Copyright {{ copyright }}.
|
||
|
|
</div>
|
||
|
|
<a href="https://github.com/kennethreitz/requests" class="github">
|
||
|
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" class="github"/>
|
||
|
|
</a>
|
||
|
|
<script type="text/javascript">
|
||
|
|
/* <![CDATA[ */
|
||
|
|
(function() {
|
||
|
|
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
|
||
|
|
s.type = 'text/javascript';
|
||
|
|
s.async = true;
|
||
|
|
s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
|
||
|
|
t.parentNode.insertBefore(s, t);
|
||
|
|
})();
|
||
|
|
/* ]]> */
|
||
|
|
</script>
|
||
|
|
<script type="text/javascript">
|
||
|
|
setTimeout(function(){var a=document.createElement("script");
|
||
|
|
var b=document.getElementsByTagName("script")[0];
|
||
|
|
a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0013/7219.js?"+Math.floor(new Date().getTime()/3600000);
|
||
|
|
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<script type="text/javascript">
|
||
|
|
new HelloBar(36402,48802);
|
||
|
|
</script>
|
||
|
|
|
||
|
|
|
||
|
|
<script type="text/javascript">
|
||
|
|
|
||
|
|
var _gaq = _gaq || [];
|
||
|
|
_gaq.push(['_setAccount', 'UA-8742933-11']);
|
||
|
|
_gaq.push(['_setDomainName', 'none']);
|
||
|
|
_gaq.push(['_setAllowLinker', true]);
|
||
|
|
_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>
|
||
|
|
|
||
|
|
<script type="text/javascript">
|
||
|
|
(function() {
|
||
|
|
var t = document.createElement('script');
|
||
|
|
t.type = 'text/javascript';
|
||
|
|
t.async = true;
|
||
|
|
t.id = 'gauges-tracker';
|
||
|
|
t.setAttribute('data-site-id',
|
||
|
|
'4ddc27f6613f5d186d000007');
|
||
|
|
t.src = '//secure.gaug.es/track.js';
|
||
|
|
var s = document.getElementsByTagName('script')[0];
|
||
|
|
s.parentNode.insertBefore(t, s);
|
||
|
|
})();
|
||
|
|
</script>
|
||
|
|
|
||
|
|
|
||
|
|
{%- endblock %}
|