forked from metalsmith/metalsmith.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 2.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!doctype html>
<html>
<head>
<title>Metalsmith</title>
<meta name="description" content="An extremely simple, pluggable static site generator.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/metalsmith.io/images/favicon.png">
<link rel="stylesheet" href="/build.css">
<link rel="stylesheet" href="//cloud.typography.com/6692672/678184/css/fonts.css">
<link rel="stylesheet" href="//cdn.symbolset.com/94440cd0456394a198fb9c3302ad80fe007e5eff/symbolset.css">
<script type="text/javascript">
window.analytics||(window.analytics=[]),window.analytics.methods=["identify","track","trackLink","trackForm","trackClick","trackSubmit","page","pageview","ab","alias","ready","group","on","once","off"],window.analytics.factory=function(t){return function(){var a=Array.prototype.slice.call(arguments);return a.unshift(t),window.analytics.push(a),window.analytics}};for(var i=0;window.analytics.methods.length>i;i++){var method=window.analytics.methods[i];window.analytics[method]=window.analytics.factory(method)}window.analytics.load=function(t){var a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=("https:"===document.location.protocol?"https://":"http://")+"d2dq2ahtl5zl1z.cloudfront.net/analytics.js/v1/"+t+"/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n)},window.analytics.SNIPPET_VERSION="2.0.8",
window.analytics.page();
window.analytics.load(location.hostname == 'localhost' ? 'tpu2mewfe5' : 'q65isc9b2u');
</script>
</head>
<body>
<header class="Header">
<h1 class="Header-title logo" data-logo="Metalsmith">
<a href="/">Metalsmith</a>
</h1>
<p class="Header-subtitle">An extremely simple, <em>pluggable</em> static site generator.</p>
<a class="Header-github" href="https://github.com/segmentio/metalsmith">Star on GitHub</a>
</header>
<section class="Body">
{{ contents | safe }}
</section>
<footer class="Footer">
<span class="Footer-conjunction">Built by</span>
<h2 class="Footer-logo logo" data-logo="Segment.io"><a href="https://segment.io">Segment.io</a></h2>
</footer>
</body>
</html>