2013-06-12 16:44:00 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>{{ page.title }}</title>
|
2018-06-24 12:22:13 -04:00
|
|
|
<link href='https://fonts.googleapis.com/css?family=Enriqueta' rel='stylesheet' type='text/css'>
|
2013-06-12 16:44:00 -04:00
|
|
|
<script type="text/javascript" src="//use.typekit.net/itm5ubu.js"></script>
|
|
|
|
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
2020-04-20 00:48:51 -04:00
|
|
|
<link rel="stylesheet" href="/assets/css/foundation.css" />
|
|
|
|
<link rel="stylesheet" href="/assets/css/capistrano.css">
|
|
|
|
<link rel="stylesheet" href="/assets/css/social_foundicons.css" />
|
|
|
|
<link rel="stylesheet" href="/assets/css/monokai.css" />
|
|
|
|
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
|
|
|
|
<link rel="icon" href="/assets/favicon.ico">
|
|
|
|
<link rel="manifest" href="/assets/site.webmanifest">
|
|
|
|
<link rel="mask-icon" href="/assets/safari-pinned-tab.svg" color="#5bbad5">
|
|
|
|
<meta name="msapplication-TileColor" content="#1c1b39">
|
|
|
|
<meta name="theme-color" content="#1c1b39">
|
2013-06-12 16:44:00 -04:00
|
|
|
</head>
|
2013-06-24 14:29:21 -04:00
|
|
|
|
2015-01-18 10:07:57 -05:00
|
|
|
<body>
|
|
|
|
{% include metrics.html %}
|
2013-06-24 14:29:21 -04:00
|
|
|
|
2013-06-12 16:44:00 -04:00
|
|
|
{% include header.html %}
|
|
|
|
|
2013-06-22 12:34:07 -04:00
|
|
|
<div class="row">
|
|
|
|
<div class="large-4 columns">
|
2013-06-12 16:44:00 -04:00
|
|
|
{% include navigation.html %}
|
|
|
|
</div>
|
2013-06-22 12:34:07 -04:00
|
|
|
<div class="large-8 column">
|
2013-06-12 16:44:00 -04:00
|
|
|
<div class="content">
|
|
|
|
<h2>{{ page.title }}</h2>
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2013-06-22 12:34:07 -04:00
|
|
|
{% include footer.html %}
|
2013-06-12 16:44:00 -04:00
|
|
|
|
2020-04-20 00:48:51 -04:00
|
|
|
<script src="/assets/js/jquery-1.7.min.js"></script>
|
|
|
|
<script src="/assets/js/jquery.githubRepoWidget.min.js"></script>
|
2015-01-18 10:08:01 -05:00
|
|
|
|
2014-03-25 01:51:40 -04:00
|
|
|
<a href="https://github.com/capistrano/capistrano"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub"></a>
|
2015-01-18 10:08:01 -05:00
|
|
|
|
|
|
|
{% include google_tag_manager.html %}
|
2013-06-22 12:34:07 -04:00
|
|
|
</body>
|
2013-06-12 16:44:00 -04:00
|
|
|
</html>
|