mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
15 lines
406 B
HTML
15 lines
406 B
HTML
<!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">
|
|
<div class="row">
|
|
<div class="col-md-12">
|