hugo/docs/layouts/chrome/header.html

16 lines
406 B
HTML
Raw Normal View History

2013-07-04 11:32:55 -04:00
<!doctype html>
<html>
<head>
<title>{{ .Title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
{{ template "chrome/includes.html" . }}
</head>
<body>
{{ template "chrome/menu.html" . }}
<div class="container" id="main">
2013-10-24 19:49:01 -04:00
<div class="row">
<div class="col-md-12">