Added Google Analytics tag and updated some meta data.

This commit is contained in:
Myles Braithwaite
2015-09-28 09:34:58 -04:00
parent 9771180ed3
commit 4879670f14

View File

@ -9,16 +9,16 @@
<!-- Flatdoc --> <!-- Flatdoc -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/legacy.js'></script> <script src="https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/legacy.js"></script>
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/flatdoc.js'></script> <script src="https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/flatdoc.js"></script>
<!-- Flatdoc theme --> <!-- Flatdoc theme -->
<link href='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/theme-white/style.css' rel='stylesheet'> <link href="https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/theme-white/style.css" rel="stylesheet">
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/theme-white/script.js'></script> <script src="https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/theme-white/script.js"></script>
<!-- Meta --> <!-- Meta -->
<meta content="Awesome Static Generators" property="og:title"> <meta content="Awesome Static Generators" property="og:title">
<meta content="Awesome Static Generators description goes here." name="description"> <meta content="A static web site generator is an application that takes plain text files and compiles them to HTML files." name="description">
<!-- Initializer --> <!-- Initializer -->
<script> <script>
@ -27,26 +27,36 @@
}); });
</script> </script>
</head> </head>
<body role='flatdoc'> <body role="flatdoc">
<div class='header'> <div class="header">
<div class='left'> <div class="left">
<h1>Awesome Static Generators</h1> <h1>Awesome Static Generators</h1>
<ul> <ul>
<li><a href='https://github.com/myles/awesome-static-generators'>View on GitHub</a></li> <li><a href="https://github.com/myles/awesome-static-generators">View on GitHub</a></li>
<li><a href='https://github.com/myles/awesome-static-generators/issues'>Issues</a></li> <li><a href="https://github.com/myles/awesome-static-generators/issues">Issues</a></li>
</ul> </ul>
</div> </div>
<div class='right'> <div class="right">
<!-- GitHub buttons: see http://ghbtns.com --> <!-- GitHub buttons: see http://ghbtns.com -->
<iframe src="http://ghbtns.com/github-btn.html?user=myles&amp;repo=awesome-static-generators&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> <iframe src="http://ghbtns.com/github-btn.html?user=myles&amp;repo=awesome-static-generators&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</div> </div>
</div> </div>
<div class='content-root'> <div class="content-root">
<div class='menubar'> <div class="menubar">
<div class='menu section' role='flatdoc-menu'></div> <div class="menu section" role="flatdoc-menu"></div>
</div> </div>
<div role='flatdoc-content' class='content'></div> <div role="flatdoc-content" class="content"></div>
</div> </div>
<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-1642439-37', 'auto');
ga('send', 'pageview');
</script>
</body> </body>
</html> </html>