mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 01:38:24 -05:00
This is the big site redesign by @cobyism. To work with the new site deployment mechanism, it is being copied from the gh-pages branch of that PR into the existing site dir. Before we finally deploy the new site, we should remember to merge #583 so that we keep all the history from that PR.
15 lines
775 B
HTML
15 lines
775 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>{{ page.title }}</title>
|
|
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
|
|
<link href='http://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" href="{{ site.url }}/css/normalize.css" />
|
|
<link rel="stylesheet" href="{{ site.url }}/css/grid.css" />
|
|
<link rel="stylesheet" href="{{ site.url }}/css/style.css" />
|
|
<link rel="stylesheet" href="{{ site.url }}/css/pygments.css" />
|
|
<link rel="icon" type="image/x-icon" href="{{ site.url }}/favicon.png" />
|
|
<script src="{{ site.url }}/js/modernizr-2.5.3.min.js"></script>
|
|
</head>
|