58 lines
1.9 KiB
Plaintext
58 lines
1.9 KiB
Plaintext
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<meta name="description" content="">
|
||
|
<meta name="author" content="">
|
||
|
<!-- <link rel="shortcut icon" href="../../assets/ico/favicon.png"> -->
|
||
|
|
||
|
<title><%= current_page.data.page_title ? "#{current_page.data.page_title} - " : "" %>Serf</title>
|
||
|
|
||
|
<!-- Bootstrap core CSS -->
|
||
|
<%= stylesheet_link_tag "bootstrap.min" %>
|
||
|
<%= stylesheet_link_tag "main" %>
|
||
|
|
||
|
<!-- google fonts -->
|
||
|
<!-- <link href='http://fonts.googleapis.com/css?family=Raleway:200,400,600,800|Source+Sans+Pro:400,700' rel='stylesheet' type='text/css'>
|
||
|
-->
|
||
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||
|
<!--[if lt IE 9]>
|
||
|
<%= javascript_include_tag "html5shiv", "respond.min" %>
|
||
|
<![endif]-->
|
||
|
|
||
|
<%= yield_content :head %>
|
||
|
|
||
|
<script>
|
||
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||
|
|
||
|
ga('create', 'UA-45101516-1', 'serfdom.io');
|
||
|
ga('send', 'pageview');
|
||
|
|
||
|
</script>
|
||
|
</head>
|
||
|
<body class="page-<%= current_page.data.page_title ? "#{current_page.data.page_title}" : "home" %>">
|
||
|
<div id="header">
|
||
|
<div class="container">
|
||
|
<a class="navbar-brand logo" href="/">
|
||
|
<span></span>
|
||
|
</a>
|
||
|
<a class="navbar-brand text rls-l" href="/">SERF</a>
|
||
|
|
||
|
<ul class="buttons nav navbar-nav navbar-right rls-sb">
|
||
|
<li class="first"><a href="/downloads.html">Download</a></li>
|
||
|
<li><a href="https://github.com/hashicorp/serf">Github</a></li>
|
||
|
</ul>
|
||
|
|
||
|
<ul class="main-links nav navbar-nav navbar-right rls-sb">
|
||
|
<li><a href="/intro/index.html">Intro</a></li>
|
||
|
<li><a href="/docs/index.html">Docs</a></li>
|
||
|
<li><a href="/community.html">Community</a></li>
|
||
|
</ul>
|
||
|
|
||
|
</div>
|
||
|
</div>
|