thallada.github.io/_layouts/default.html

43 lines
1.4 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'>
</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 }}
<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>