22 lines
812 B
Text
22 lines
812 B
Text
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>A Brand New Nanoc Site - <%= @item[:title] %></title>
|
|
<link rel="stylesheet" href="https://yui.yahooapis.com/pure/0.6.0/pure-min.css">
|
|
|
|
<link rel="stylesheet" href="/stylesheet.css">
|
|
<!--[if lte IE 8]>
|
|
<link rel="stylesheet" href="https://yui.yahooapis.com/pure/0.6.0/grids-responsive-old-ie-min.css">
|
|
<![endif]-->
|
|
<!--[if gt IE 8]><!-->
|
|
<link rel="stylesheet" href="https://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
|
|
<!--<![endif]-->
|
|
|
|
<!-- you don't need to keep this, but it's cool for stats! -->
|
|
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|