thallada.github.io/_layouts/default.html

65 lines
2.2 KiB
HTML
Raw Normal View History

2014-06-29 19:51:58 +00:00
<!DOCTYPE html>
2014-07-13 23:18:26 +00:00
<html style="background: whitesmoke">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{{ page.title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, max-scale=1">
2014-06-29 19:51:58 +00:00
2014-07-13 23:18:26 +00:00
<!-- 3rd party CSS -->
<link rel="stylesheet" href="/css/normalize.css">
<!-- Fix IE -->
<!--[if lt IE 9]>
<script src="http://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script>
<![endif]-->
2014-06-29 19:51:58 +00:00
2014-07-13 23:18:26 +00:00
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css">
2014-06-29 19:51:58 +00:00
2014-07-13 23:18:26 +00:00
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/main.css">
2014-06-29 19:51:58 +00:00
2014-07-13 23:18:26 +00:00
<!-- Web Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
2014-07-21 16:03:08 +00:00
2014-07-30 02:40:25 +00:00
<!-- RSS Feed -->
<link href='/feed.xml' rel='alternate' type='application/atom+xml'>
2014-07-21 16:03:08 +00:00
<!-- Favicon -->
<link rel="shortcut icon" href="/favicon.png" />
2014-07-30 03:18:33 +00:00
<!-- Google Analytics -->
<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-39880341-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
2014-07-13 23:18:26 +00:00
</head>
<body>
<div class="container">
<div class="row clearfix header">
<h1 class="title"><a href="/blog">{{ site.name }}</a></h1>
2014-07-13 23:18:26 +00:00
<a class="extra" href="/">home</a>
</div>
{{ content }}
2014-07-30 03:10:18 +00:00
<div class="row clearfix rss">
<a class="rss" href="/feed.xml"><img src="/img/rss.png" alt="RSS"/></a>
</div>
2014-07-13 23:18:26 +00:00
<div class="row clearfix footer">
<div class="column full contact">
<p class="contact-info">
<a href="mailto:tyler@hallada.net">tyler@hallada.net</a>
</p>
2014-06-29 19:51:58 +00:00
</div>
2014-07-13 23:18:26 +00:00
</div>
</div>
</body>
2014-06-29 19:51:58 +00:00
</html>