mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
43 lines
1.5 KiB
HTML
43 lines
1.5 KiB
HTML
<!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>
|
|
<link href='https://fonts.googleapis.com/css?family=Enriqueta' rel='stylesheet' type='text/css'>
|
|
<script type="text/javascript" src="//use.typekit.net/itm5ubu.js"></script>
|
|
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
|
<link rel="stylesheet" href="/css/foundation.css" />
|
|
<link rel="stylesheet" href="/css/capistrano.css">
|
|
<link rel="stylesheet" href="/css/social_foundicons.css" />
|
|
<link rel="stylesheet" href="/css/monokai.css" />
|
|
</head>
|
|
|
|
<body>
|
|
{% include metrics.html %}
|
|
|
|
{% include header.html %}
|
|
|
|
<div class="row">
|
|
<div class="large-4 columns">
|
|
{% include navigation.html %}
|
|
</div>
|
|
<div class="large-8 column">
|
|
<div class="content">
|
|
<h2>{{ page.title }}</h2>
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{% include footer.html %}
|
|
|
|
<script src="/js/jquery-1.7.min.js"></script>
|
|
<script src="/js/jquery.githubRepoWidget.min.js"></script>
|
|
|
|
<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>
|
|
|
|
{% include google_tag_manager.html %}
|
|
</body>
|
|
</html>
|