2011-11-16 15:28:27 +00:00
|
|
|
<!DOCTYPE html>
|
2012-05-02 19:20:42 +00:00
|
|
|
<base href="{{ site.baseurl }}" />
|
2011-11-16 15:28:27 +00:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>{{ page.title }}</title>
|
|
|
|
<meta content="width=600" name="viewport">
|
|
|
|
<meta content="all" name="robots">
|
|
|
|
<link href="http://fonts.googleapis.com/css?family=Lato:light,regular,regularitalic,lightitalic,bold&v1" media="all" rel="stylesheet" type="text/css">
|
2011-11-17 12:11:24 +00:00
|
|
|
<link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' media="all" rel='stylesheet' type='text/css'>
|
2011-11-26 07:54:14 +00:00
|
|
|
<link href="css/screen.css" media="screen" rel="stylesheet" type="text/css">
|
|
|
|
<link href="css/syntax.css" media="screen" rel="stylesheet" type="text/css">
|
|
|
|
<link href="favicon.png" rel="icon" type="image/png">
|
2011-11-16 15:28:27 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2011-11-17 08:06:03 +00:00
|
|
|
<header>
|
2011-11-26 12:11:10 +00:00
|
|
|
<a href="http://git.io/rq"><img class="nomargin" style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/30f550e0d38ceb6ef5b81500c64d970b7fb0f028/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub"></a>
|
2011-11-20 20:56:06 +00:00
|
|
|
|
2011-11-25 00:29:58 +00:00
|
|
|
<ul class="inline">
|
2011-11-20 20:56:06 +00:00
|
|
|
{% for link in site.navigation %}
|
2011-11-26 07:54:14 +00:00
|
|
|
<li><a href="{{ link.url }}">{{ link.text }}</a></li>
|
2011-11-20 20:56:06 +00:00
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
2011-11-17 08:06:03 +00:00
|
|
|
</header>
|
|
|
|
|
|
|
|
<section class="container">
|
2011-11-16 15:28:27 +00:00
|
|
|
{{ content }}
|
|
|
|
</section>
|
2011-11-17 14:05:38 +00:00
|
|
|
|
|
|
|
<footer>
|
|
|
|
<p>RQ is written by <a href="http://nvie.com/about">Vincent Driessen</a>.</p>
|
|
|
|
<p>It is open sourced under the terms of the <a href="https://raw.github.com/nvie/rq/master/LICENSE">BSD license</a>.</p>
|
|
|
|
</footer>
|
2011-11-20 21:19:08 +00:00
|
|
|
|
|
|
|
{% include ga_tracking.html %}
|
2011-11-16 15:28:27 +00:00
|
|
|
</body>
|
|
|
|
</html>
|