90 lines
3.5 KiB
HTML
90 lines
3.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>
|
|
{% if page:title %}
|
|
{{ page:title }}
|
|
{% else %}
|
|
{{ site:title }}
|
|
{% endif %}
|
|
</title>
|
|
<link rel="icon" href="/images/favicon.png">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
|
<script type="text/x-mathjax-config">
|
|
MathJax.Hub.Config({
|
|
menuSettings: {
|
|
zoom: "Click",
|
|
zscale: "200%"
|
|
}
|
|
});
|
|
</script>
|
|
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script>
|
|
<script src="/javascripts/respond.js"></script>
|
|
<link rel="stylesheet" href="/stylesheets/styles_{{ site.style }}.css">
|
|
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
<!--[if lt IE 8]>
|
|
<link rel="stylesheet" href="stylesheets/ie.css">
|
|
<![endif]-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
|
|
</head>
|
|
<body>
|
|
<div id="outter-wrapper">
|
|
<div class="wrapper">
|
|
|
|
<section>
|
|
<div id="title">
|
|
{% if page:header-homelink %}
|
|
{% assign homelink = page:header-homelink %}
|
|
{% else %}
|
|
{% assign homelink = site:header-homelink %}
|
|
{% endif %}
|
|
<h1><a href="{{ homelink }}">
|
|
{% if page:header-title %}
|
|
{{ page:header-title }}
|
|
{% else %}
|
|
{{ site:header-title }}
|
|
{% endif %}
|
|
</a></h1>
|
|
<p>
|
|
{% if page:header-subtitle %}
|
|
{{ page:header-subtitle }}
|
|
{% else %}
|
|
{{ site:header-subtitle }}
|
|
{% endif %}
|
|
</p>
|
|
<hr>
|
|
</div>
|
|
|
|
{{ content }}
|
|
<hr>
|
|
<span class="credits left"><a href="http://validator.w3.org/check?uri=http%3A%2F%2Fgjankowiak.github.com{{ page.url | cgi_escape }}">Validate</a> HTML</span>
|
|
<span class="credits right">Hosted on GitHub Pages — Theme derived from <a href="http://twitter.com/#!/michigangraham">mattgraham</a> —
|
|
Powered by <a href="http://jekyllrb.com/">Jekyll</a>
|
|
</span>
|
|
</section>
|
|
|
|
</div><!-- wrapper -->
|
|
|
|
<div id="foot_image" title="Interféromètre du plateau de Bure">
|
|
</div>
|
|
|
|
</div>
|
|
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
|
|
<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">
|
|
try {
|
|
var pageTracker = _gat._getTracker("UA-38752691-1");
|
|
pageTracker._trackPageview();
|
|
} catch(err) {}
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|