UNPKG

sky

Version:

A markdown static site generator.

57 lines (44 loc) 1.81 kB
<!DOCTYPE html> <html lang="en"> <head> <title><%= ctx.title %></title> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="<%= ctx.author %>"> <mete name="description" content=""> <link href="http://netdna.bootstrapcdn.com/bootswatch/2.1.1/spacelab/bootstrap.min.css" rel="stylesheet"> <link href="/vendor/highlight.js/styles/vs.css" rel="stylesheet"> <!--<link href="style.css" rel="stylesheet">--> <style> body { padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ } </style> <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <% include ../../partials/googleAnalytics.ejs.html %> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container-fluid nav-container"> <nav role="navigation"> <a class="brand" title="" href="<%= sky.site.url %>"><%= sky.site.name %></a> <p class="navbar-text pull-left"> <%= sky.site.tagline %> </p> </nav> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> </div> </div> </div> <div class="container-fluid"> <div id="content" class="clearfix row-fluid"> <div id="main" class="span8 clearfix" role="main">